bill lam 写道: > 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 ? >
nmap <Ctrl-A> <Nop> --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
