From 72e50bc4c2b03c4a85d0859c8240a3fff99d9bbb Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 7 Apr 2015 13:33:03 +1200 Subject: 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 --- vim/vimrc | 3 --- 1 file changed, 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 - " 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 -- cgit v1.2.3