aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-04-07 13:33:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-04-07 13:33:03 +1200
commit72e50bc4c2b03c4a85d0859c8240a3fff99d9bbb (patch)
tree384d184b274a71119c3fe29007dd944e901386ed /vim
parentUpgrade repeat plugin (diff)
downloaddotfiles-72e50bc4c2b03c4a85d0859c8240a3fff99d9bbb.tar.gz
dotfiles-72e50bc4c2b03c4a85d0859c8240a3fff99d9bbb.zip
Remove an unneeded unmap
I unmapped this initially because I was using the Escape key; nowadays I never do, I use Ctrl+[, so it's no longer doing any harm
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index d2dfae76..1def760c 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -420,9 +420,6 @@ if !strlen($SUDO_USER) && has('unix') && has('persistent_undo')
endif
endif
-" Unmap F1, I don't use it, I prefer :help
-noremap <F1> <nop>
-
" 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