commit 159555b6ce828f55376aebbc6105460f368d925c
parent 7a0e534b87dd24825f52c74df70e7edb067d8c3e
Author: Ed van Bruggen <edvb54@gmail.com>
Date: Fri, 9 Dec 2016 22:21:19 -0800
Vim: change dmemu.vim key mappings
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/vimrc b/vimrc
@@ -112,8 +112,9 @@ nmap gA <Plug>(EasyAlign)
nmap <leader>a :A<CR>
-nmap <Leader>e :DmenuFile "e"<CR>
-nmap <Leader>b :DmenuBuf "e"<CR>
+nmap <CR> :DmenuFile "e"<CR>
+nmap <space> :DmenuBuf "e"<CR>
+nmap <bs> :DmenuTag<CR>
" useful mapping for Vundle
au BufRead,BufNewFile *vimrc* nmap gb :w<CR>:source %<CR>:VundleInstall<CR>