vim: wildmenu

This commit is contained in:
Michael Grote 2021-07-21 08:40:23 +02:00
parent f945368110
commit 715f890663

6
.vimrc
View file

@ -194,3 +194,9 @@ nmap <Leader>c :set norelativenumber!<CR>:set nonu!<CR>
" speichern
nmap <Leader>s :w<CR>
" Kommandovervollständigung
" https://www.reddit.com/r/vim/comments/oo9gms/any_way_to_get_vim_to_not_defaulting_to_the_first/h5wygix/?context=8&depth=9
set wildmode=longest,list,full
set wildmenu
set wildignore=*.o,*~