Skip to content

Commit

Permalink
Remove nnoremap on K, I need to remap it in vim-fireplace
Browse files Browse the repository at this point in the history
And actually K might be useful: it runs 'man' on the identifier under
cursor :)
  • Loading branch information
nberger committed Sep 19, 2017
1 parent c129a57 commit d30bade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/vimrc.symlink
Expand Up @@ -189,7 +189,7 @@ map <C-u>tf ggO#encoding: utf-8<ESC>`'

nnoremap <F1> <nop>
nnoremap Q <nop>
nnoremap K <nop>
"nnoremap K <nop>

" global substitute by default
set gdefault
Expand Down

0 comments on commit d30bade

Please sign in to comment.