Skip to content

Commit

Permalink
vimrc: complete files like a shell
Browse files Browse the repository at this point in the history
  • Loading branch information
mslehto committed Oct 14, 2018
1 parent 969a9f3 commit 988b178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ if has('gui_running')
set list listchars=tab:>-,nbsp:.,trail:.,extends:>,precedes:<,eol:\|
let &showbreak = '^'
else
set wildmode=list:longest " complete files like a shell
set showbreak=+++
set list listchars=tab:▸\ ,nbsp:∙,trail:∙,extends:▶,precedes:◀,eol
"let &showbreak='↳'
Expand Down

0 comments on commit 988b178

Please sign in to comment.