Re: vim quit except when terminal(s) active

2018-05-11 Thread M Kelly
Hi, I think I solved it with this - function! s:TermQuit() quit! endfunction tnoremap :call TermQuit() take care, -mark -- -- 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

Re: Supporting xterm-bracketed-paste

2018-05-11 Thread Matteo Landi
> You might want to check, if this mapping works, if you only define it in a VimEnter autocommand. I tried that, but no luck. Again, the only way to make it work is by including: https://github.com/ryanpcmcquen/fix-vim-pasting -- or with the following snippet if empty('_BE') inoremap

Re: vi commands

2018-05-11 Thread Keith Edmunds
> About point 2, these commands copy rows or words while I’m interesting > to copy and paste marking both beginning and end of block, is’t possible? If you use ^V instead of shift-V, you can mark the start and end points. -- "One can never know for sure what a deserted area looks like" - George

Re: vi commands

2018-05-11 Thread sampe...@tiscali.it
About point 2, these commands copy rows or words while I’m interesting to copy and paste marking both beginning and end of block, is’t possible? > On 6 May 2018, at 23:01, Tony Mechelynck wrote: > > On Sun, May 6, 2018 at 10:15 AM, sampe...@tiscali.it >

Re: vi commands

2018-05-11 Thread sampe...@tiscali.it
Oh It’s wonderful! Do you know if it works for every VIM environment? I don't usually install GUI in Linux server. > On 6 May 2018, at 23:07, David Woodfall wrote: > > On Sunday 6 May 2018 10:15, > sampe...@tiscali.it put forth the proposition: >> I