On Nov 6, 10:52 am, fritzophrenic <[EMAIL PROTECTED]> wrote:
> On Nov 5, 9:42 am, Tim Chase <[EMAIL PROTECTED]> wrote:
>
> > As yet one more alternative, you can tweak your mapping to
>
> > :nnoremap q<cr> :q<cr>
>
> > so using 2 keys "q<cr>" instead of just the one "q" allows Vim to
> > disambiguate between your intentions.
>
> This is what I would recommend, because your current mapping also
> hides another very useful Vim feature: recording macros.
>
> :help complex-repeat
Thanks - I agree - I've used the nnoremap q<CR> :q<CR> option
works great, less filling...
pg
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---