diff options
author | Tharre <tharre3@gmail.com> | 2015-12-07 19:00:29 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:13:38 +0000 |
commit | 111a8814cdf6c4c183faf358258183abd2cd4f9e (patch) | |
tree | 3bb6ac6e8e39c763b6f3f9975aec063ed09ca8be /shell | |
parent | 16a6f4cb891aa79b7e02583ff974774622e6fb8b (diff) | |
download | dotfiles-111a8814cdf6c4c183faf358258183abd2cd4f9e.tar.gz dotfiles-111a8814cdf6c4c183faf358258183abd2cd4f9e.tar.xz dotfiles-111a8814cdf6c4c183faf358258183abd2cd4f9e.zip |
vim: use wildmenu for commandline completion
Diffstat (limited to 'shell')
-rw-r--r-- | shell/_vimrc | 1 |
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> |