aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 0f79837b..5c985799 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -416,8 +416,8 @@ endif
noremap <F1> <nop>
" Unmap K, which normally pulls up the man(1) page for a given binary or
-" function; I don't find terribly helpful in most filetypes and often hit it
-" accidentally
+" 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