Dennis Benzinger, 16.03.2009: > > Am 16.03.2009 09:01, bill lam schrieb: > > Related to a recent thread about screen and ctrl-a. I have an exactly > > opposite problem in that pressing ctrl-a for switching screen become > > my second nature. Even in sessions not under screen, I often press > > ctrl-a to switch screen. In vim this ctrl-a will be mistaken to > > increment number under cursor. So how to map <c-a> under normal mode > > a no-op ? > > :map <silent> <c-a> :exe ""<cr> > > or you could map ctrl-a to ctrl-l (redraw)
There is <Nop> Markus --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
