From 97243cdc41ebc00ac5666b960493ea22875b06ce Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 7 Apr 2015 13:33:52 +1200 Subject: 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. --- vim/vimrc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vim') 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 - " Unmap Q, which normally starts an ex mode, which I've never wanted or needed nnoremap Q -- cgit v1.2.3