mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Merge pull request #306 from dmitmel/master
[pull] master from dmitmel:master
This commit is contained in:
commit
76670a567b
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