Re: problems in the key mapping in vimrc

2011-06-19 Thread milton_viziak
commands appears when I type this message: No mapping found -- View this message in context: http://vim.1045645.n5.nabble.com/problems-in-the-key-mapping-in-vimrc-tp4500345p4504087.html Sent from the Vim - General mailing list archive at Nabble.com. -- You received this message from the "vim

problems in the key mapping in vimrc

2011-06-17 Thread milton_viziak
hello i have a doubt to map keys in the vimrc file I have two plugins NERDTree and the Command-T. And he is set to open by pressing the Standing Leader p and I want to change it to Ctrl N. the code looks like this in vimrc silent! nmap p :NERDTreeToggle nnoremap :call FindInNERDTree() and I pu