1
0

Partial autocomplete of vim commands

This commit is contained in:
2019-10-06 02:06:02 +02:00
parent 7dfec71259
commit 075a051399

1
vimrc
View File

@ -63,6 +63,7 @@ set colorcolumn=80
set hidden " Keep previous buffer when opening a new file
set wildmenu " Sexy autocomplete
set wildmode=longest:full,full
set wildignorecase
" Mappings
let mapleader=","