summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2015-12-07 19:00:29 +0100
committerTharre <tharre3@gmail.com>2016-10-07 20:13:38 +0000
commit111a8814cdf6c4c183faf358258183abd2cd4f9e (patch)
tree3bb6ac6e8e39c763b6f3f9975aec063ed09ca8be /shell
parent16a6f4cb891aa79b7e02583ff974774622e6fb8b (diff)
downloaddotfiles-111a8814cdf6c4c183faf358258183abd2cd4f9e.tar.gz
dotfiles-111a8814cdf6c4c183faf358258183abd2cd4f9e.tar.xz
dotfiles-111a8814cdf6c4c183faf358258183abd2cd4f9e.zip
vim: use wildmenu for commandline completion
Diffstat (limited to 'shell')
-rw-r--r--shell/_vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/_vimrc b/shell/_vimrc
index cbc80c4..c79f0e3 100644
--- a/shell/_vimrc
+++ b/shell/_vimrc
@@ -40,6 +40,7 @@ set list
set listchars=tab:>-,trail:~
set lazyredraw
+set wildmenu
" jk is escape
inoremap jk <esc>