diff options
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> |