Commit d958fff

mokha <mokha@cisco.com>
2018-06-01 22:38:39
add ,e
1 parent 9c1db77
Changed files (1)
vimrc
@@ -282,6 +282,7 @@ nmap <leader>ew :e <C-R>=expand('%:h').'/'<cr>
 nmap <leader>es :sp <C-R>=expand('%:h').'/'<cr>
 nmap <leader>ev :vsp <C-R>=expand('%:h').'/'<cr>
 nmap <leader>et :tabe <C-R>=expand('%:h').'/'<cr>
+nmap <leader>e :e <C-R>=expand("%:p:h") . "/" <CR>
 
 " Swap two words
 nmap <silent> gw :s/\(\%#\w\+\)\(\_W\+\)\(\w\+\)/\3\2\1/<CR>`'