aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-18 21:10:18 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-18 21:10:18 +1200
commitb15bdf2c374f6d69200fe7735b5da96b68621255 (patch)
tree5509b7f45d9cd051d96ad60ddddb5edd4fc13deb
parentComment the heck out of my .vimrc (diff)
downloaddotfiles-b15bdf2c374f6d69200fe7735b5da96b68621255.tar.gz
dotfiles-b15bdf2c374f6d69200fe7735b5da96b68621255.zip
Fix typo in comment
-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