vim: wildmenu
This commit is contained in:
parent
f945368110
commit
715f890663
1 changed files with 6 additions and 0 deletions
6
.vimrc
6
.vimrc
|
@ -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,*~
|
||||
|
|
Loading…
Reference in a new issue