[TIP] Going to a certain line & column

2018-05-10 Thread Tony Mechelynck
In a Vim compiled with +eval, and of a recent enough version to know about Lists and the min() function: copy-paste the following function into your vimrc, then restart Vim: function GoTo(line, column) exe min([line("$"), a:line]) "| normal" a:column . "|" endfunction Then e.g. :call GoTo(123,

vim quit except when terminal(s) active

2018-05-10 Thread M Kelly
Hi, Any help with an autocmd so that when I quit vim it does not really quit if at least one terminal is still active ? Otherwise the current window goes hidden and then when I exit the terminal the previous window/buffer suddenly reappears. thx always for vim and all your support, mark --

Re: Here's an App I built for browsing Vim/Neovim docs offline

2018-05-10 Thread Shlomi Fish
On Wed, 9 May 2018 21:47:55 -0700 (PDT) Adam Regasz-Rethy wrote: > Google Play Link: > https://play.google.com/store/apps/details?id=com.bonnetrouge.vimhelp > > Currently it's only available on Android (free and no ads). You can browse > and fuzzy search through the docs

Here's an App I built for browsing Vim/Neovim docs offline

2018-05-10 Thread Adam Regasz-Rethy
Google Play Link: https://play.google.com/store/apps/details?id=com.bonnetrouge.vimhelp Currently it's only available on Android (free and no ads). You can browse and fuzzy search through the docs while taking advantage of a builtin jumplist (supports forwards and backwards jumping). Here is