My vim configuration
git clone https://github.com/m-col/vim-misc
Files | Refs | Readme

Commit 2f4928a4377260db7d01aa05620d9570154ffb78
Parent: 1142d6eb02ad7d6ca81f5ffb8a5143dbf26d3ed8
Author: mcol <mcol@posteo.net>
Date: 2018-12-23 10:58:34 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2018-12-23 10:58:34 +0000

noop K

plugin/keybindings.vim Modified

@@ -34,6 +34,9 @@
 " yank to end of line
 nnoremap Y y$
 
+" disable K man
+nnoremap K k
+
 " copy and paste system clipboard
 nnoremap <C-p> "+p
 nnoremap <C-y> "+y