Compare commits

..

No commits in common. "76670a567bed75deca1710d85e988f58d01fb5ce" and "cc523acd3ce90cb5240393ed921fbd2800a021b1" have entirely different histories.

View file

@ -1,9 +1,3 @@
" 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 " always show the sign column
set signcolumn=yes set signcolumn=yes