mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
2 commits
cc523acd3c
...
76670a567b
Author | SHA1 | Date | |
---|---|---|---|
|
76670a567b | ||
|
2504ef1135 |
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
" Replicate the behavior of Zsh's complist module under my configuration.
|
||||
" 1st <Tab> - complete till the longest common prefix (longest).
|
||||
" 2nd <Tab> - list the matches, but don't select or complete anything yet (list).
|
||||
" 3rd <Tab> - start the selection menu (i.e. wildmenu), select and complete the first match (full).
|
||||
set wildmenu wildmode=longest,list,full
|
||||
|
||||
" always show the sign column
|
||||
set signcolumn=yes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue