ajout :Z reset vim diff history

This commit is contained in:
motius 2017-06-05 12:48:30 +02:00
parent 0662597e89
commit 236c37eed0
1 changed files with 9 additions and 0 deletions

View File

@ -98,4 +98,13 @@ map <S-F7> :r!xclip -o<CR>
let g:netrw_bufsettings = 'noma nomod nu nobl nowrap ro'
" status line
set laststatus=2
" netrw ignore pyc
let g:netrw_list_hide= '.*\.pyc$,.*\.o$,.*\.out$'
" no wildmenu completion for
set wildignore+=*.a,*.o
set wildignore+=*.bmp,*.gif,*.ico,*.jpg,*.png
set wildignore+=.DS_Store,.git,.hg,.svn
set wildignore+=*~,*.swp,*.swo,*.tmp
" drop undo/redo history
command Z :set undoreload=0|edit