From 2b72a60d7667d9aeceaa924fe581b39e4cc1da0f Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Mon, 18 Jan 2016 00:05:28 -0700 Subject: [PATCH] vim: change wildmode Change wildmode so that one can 'back up' with S-Tab to the original text entered before pressing Tab to activate wildmode. This prevents the need from needing to hit backspace a bunch of times to add more correct characters before pressing Tab again to get a shorter list. --- vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 94d8fbb..045e896 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -23,6 +23,9 @@ call pathogen#helptags() runtime! plugin/sensible.vim nnoremap Y Y +" Update wildmenu from sensible defaults +set wildmode=longest:full,full + " Set the correct font for gvim if has("gui_running") if has("gui_gtk2") -- 2.39.2