From 2f727fa46a34fcd0e4f359f032ad640a7c78bf9c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 8 May 2018 11:02:54 -0700 Subject: [vim] a couple of options --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index a44e0e4..74e1dc3 100644 --- a/vimrc +++ b/vimrc @@ -11,6 +11,9 @@ set scrolloff=5 " scroll edge offset (to keep some context) set shortmess=a " abbreviate all(=a) messages when possible set showcmd " show last command +set incsearch " Shows the match while typing +set nobackup " Don't create annoying backup files + " command line completion similar to zsh default " complete up to longest match and display the list of possible matches set wildmode=list:longest -- cgit 1.4.1