From 5f1f5b9de3d9ab80a0b5ecef4559b88990f42f4a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 29 Nov 2018 23:29:09 +1300 Subject: Remove double-key mapping shortcuts I never use these anyway; I'm firmly in the habit of using underscores to represent the current line these days. --- vim/after/ftplugin/diff.vim | 2 -- 1 file changed, 2 deletions(-) (limited to 'vim/after/ftplugin/diff.vim') diff --git a/vim/after/ftplugin/diff.vim b/vim/after/ftplugin/diff.vim index 15682e7b..1813e4b0 100644 --- a/vim/after/ftplugin/diff.vim +++ b/vim/after/ftplugin/diff.vim @@ -28,8 +28,6 @@ nmap p \ (DiffPrune) xmap p \ (DiffPrune) -nmap pp - \ (DiffPrune)_ let b:undo_ftplugin .= '|nunmap p' \ . '|xunmap p' \ . '|nunmap pp' -- cgit v1.2.3