Basic vim questions on nerdtree toggling and keyboard mapping?

To remap in normal mode use nmap :NERDTreeToggle.

To remap in normal mode use nmap :NERDTreeToggle nmap means map in normal mode imap means map in insert mode the nore part in nnoremap and its friends prevent expanding the mapping recursively. For example, I use to also hide search string so, in my vimrc I have nnoremap :noh Without the nore, the above mapping will loop.

I tried both nmap :NERDTreeToggle and nmap :NERDTreeToggle but when I press CTRL-D it seems to scroll down about 33 lines... – fcuk112 Sep 17 '09 at 11:21 You need to do the nnoremap because is scroll down by default. – Ayman Sep 17 '09 at 11:55 I changed it to nnoremap :NERDTreeToggle but it still seems to scroll down when I press ctrl-D? – fcuk112 Sep 17 '09 at 13:11 :map :echo "hello" does it print hello on?

– Maxim Kim Sep 17 '09 at 13:18 no, it scrolls down about 33 lines as before. – fcuk112 Sep 17 '09 at 13:26.

The nore part in nnoremap and its friends prevent expanding the mapping recursively. Without the nore, the above mapping will loop. Terms of service.

Not the answer you're looking for?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions