On 13.10.10,09:48, Martin Lundberg wrote: > Hi, > > If I've created a new buffer in a script with 'new', how can I remove > all normal mappings for that buffer/window? In my script I've mapped > ctrl-p and ctrl-n to move the cursor to previous/next line. The > problem is that the ctrl-n stops and wait for a second ctrl-n because > of a mapping that I've done in my .vimrc which maps ctrl-n ctrl-n to > toggling line-numbers. >
Have you tried using the unmap command for your mapping? Jostein -- 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 http://www.vim.org/maillist.php
