Possible vim-unimpaired bug

2015-06-09 Thread Paul
Since this change: https://github.com/tpope/vim-unimpaired/commit/18dd5b7f30ead3e94118604c4e2097c41beff137 when I do a [o or ]o map, the command to be executed is printed to the command line and it's left to me to press enter to execute it. I've confirmed that adding another near the end of l

Re: Possible vim-unimpaired bug

2015-06-09 Thread Christian Brabandt
Hi Paul! On Di, 09 Jun 2015, Paul wrote: > Since this change: > https://github.com/tpope/vim-unimpaired/commit/18dd5b7f30ead3e94118604c4e2097c41beff137 > when I do a [o or ]o map, the command to be executed is printed to the > command line and it's left to me to press enter to execute it. I've >

insert (paste) mode - escaping

2015-06-09 Thread John Cordes
I use F9 to toggle between paste and nopaste, using these lines in my ~/.vimrc: nnoremap :set invpaste paste? set pastetoggle= set showmode I also like to use 'jk' to escape insert mode on occasion, so have this map: :inoremap jk The latter works fine in the nopaste situation but not if '

Re: insert (paste) mode - escaping

2015-06-09 Thread Christian Brabandt
Hi John! On Di, 09 Jun 2015, John Cordes wrote: > I use F9 to toggle between paste and nopaste, using these > lines in my ~/.vimrc: > > nnoremap :set invpaste paste? > set pastetoggle= > set showmode > > > I also like to use 'jk' to escape insert mode on > occasion, so have this map: > > :

Re: insert (paste) mode - escaping

2015-06-09 Thread John Cordes
On Tue, Jun 9, 2015 at 3:37 PM, Christian Brabandt wrote: > Hi John! > > On Di, 09 Jun 2015, John Cordes wrote: > > > I use F9 to toggle between paste and nopaste, using these > > lines in my ~/.vimrc: > > > > nnoremap :set invpaste paste? > > set pastetoggle= > > set showmode > > > > > > I al

Re: Reverse CTRL-P list ?

2015-06-09 Thread Eric Christopherson
On Mon, Jun 08, 2015, meino.cra...@gmx.de wrote: > Jack Stratton [15-06-08 16:54]: > > On 2015-06-07 20:12, meino.cra...@gmx.de wrote: > > >Hi, > > >when programming I am using CTRL-P > > >Is there a way to reverse this list? > > > > Hi, have you considered using Ctrl-N for completion instead? >