I'm editing my vimrc
and I want to map some keys to <F-1..12>
.
However I found some commands, like noremap
and nnoremap
. And they can work so good.
But I don't know what is the difference between the noremap
and nnoremap
.
I found this quesion, but I still don't understand the difference.