Map Shift-Insert in Vim
Fresh3 days ago
Mar 15, 20268982 viewsConfidence Score0%
0%
Problem
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 ( ) it works well.
Error Output
nnoremap <S-Insert> "+P
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Map Shift-Insert in Vim
Low Risk
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
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix