From: R. Steve McKown Date: Mon, 18 Jan 2016 07:05:28 +0000 (-0700) Subject: vim: change wildmode X-Git-Url: https://oss.titaniummirror.com/gitweb?p=smckown%2Fdotfiles.git;a=commitdiff_plain;h=2b72a60d7667d9aeceaa924fe581b39e4cc1da0f 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. --- 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")