Vimrc: remove S-k mapping

This commit is contained in:
Théophile Bastian 2017-03-15 11:16:30 +01:00
parent 2c0d193364
commit 4a322125ba
1 changed files with 0 additions and 1 deletions

View File

@ -131,6 +131,5 @@ noremap <Down> <NOP>
noremap <Left> <NOP>
noremap <Right> <NOP>
noremap <K> i<CR><Esc>
xnoremap <leader>b <esc>:'<,'>:w !
xnoremap <Leader>x <esc>:'<,'>:w !xclip -selection clipboard<CR><esc>