Is it a matter of Unix ABC, B-A-BA', basics, school stuff, RTFM ?

2018-06-17 Thread Renato Fabbri
Vim is the right tool to write (and sometimes to read as well). ?? -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message becaus

Re: Vim Patch broke pathogen?

2018-06-17 Thread fREW Schmidt
Thanks for the follow up. -- Sent from a rotary phone rented from Ma Bell -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this messag

Re: Vim Patch broke pathogen?

2018-06-17 Thread Mike Lippert
On Thursday, June 14, 2018 at 8:26:22 PM UTC-4, Mike Lippert wrote: > The latest update I installed "broke" a plugin for me also, and I found a > similar report on stackoverflow: > https://stackoverflow.com/questions/50866748/vim-8-1-0037-update-breaks-multiple-plugins > > > any ideas why the

Re: terminal mode normal mode mapping ?

2018-06-17 Thread Matteo Landi
Tried with :tnoremap? --Matteo On Sun, Jun 17, 2018 at 3:52 PM, M Kelly wrote: > > Is there a way to map keys only when in normal mode from a terminal ? > > Hi, > > I think something like this works - > > nnoremap(&buftype == 'terminal') ? 'i' : > '' > > thx, > -m > > -- > -- > You received

Re: terminal mode normal mode mapping ?

2018-06-17 Thread M Kelly
> Is there a way to map keys only when in normal mode from a terminal ? Hi, I think something like this works - nnoremap(&buftype == 'terminal') ? 'i' : '' thx, -m -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replyin