From 1d7c0df52ed221b4e09293d646fd15299ca8e935 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 23 Jul 2018 17:24:21 +1200 Subject: Map \H to show command :history --- vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 6775ca47..47422f87 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -234,6 +234,8 @@ nnoremap f :setlocal formatoptions? nnoremap g :cd %:h:pwd " \h toggles highlighting search results nnoremap h :set hlsearch! hlsearch? +" \H shows command history +nnoremap H :history : " \i toggles showing matches as I enter my pattern nnoremap i :set incsearch! incsearch? " \j jumps to buffers (jetpack) -- cgit v1.2.3