aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-04-07 13:33:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-04-07 13:33:52 +1200
commit97243cdc41ebc00ac5666b960493ea22875b06ce (patch)
tree917cdfcb7ead6005f030c7f8901db4d9278e1f76 /vim
parentRemove an unneeded unmap (diff)
downloaddotfiles-97243cdc41ebc00ac5666b960493ea22875b06ce.tar.gz
dotfiles-97243cdc41ebc00ac5666b960493ea22875b06ce.zip
Remove the unmap for K as I'm actually using it
Doing a lot more shell and some C programming these days and this has actually become sort of useful.
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 1def760c..831fcc10 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -420,11 +420,6 @@ if !strlen($SUDO_USER) && has('unix') && has('persistent_undo')
endif
endif
-" Unmap K, which normally pulls up the man(1) page for a given binary or
-" function; I don't find this terribly helpful in most filetypes and often hit
-" it accidentally
-nnoremap K <nop>
-
" Unmap Q, which normally starts an ex mode, which I've never wanted or needed
nnoremap Q <nop>