I am trying to map Shift-Insert to paste command by adding this line in vimrc
nnoremap <S-Insert> "+P
But it does not change anything.
If I put other shortcut like (<S-I>) it works well.
|
I am trying to map Shift-Insert to paste command by adding this line in vimrc
But it does not change anything. If I put other shortcut like ( |
|||||||||||
|
|
Try putting following lines in .vimrc
I had the same problem and after putting this lines in .vimrc shift insert works like a charm. Refrence:http://tech.groups.yahoo.com/group/vim/message/104539 |
|||
|
|