formatting

pull/2/head
Bodaniel Jeanes 2011-11-08 00:29:30 -06:00
parent fd1770fd42
commit a5915fd45c
1 changed files with 2 additions and 1 deletions

View File

@ -96,7 +96,8 @@ syntax on
" way better...
map 0 ^
" Opens an edit command with the path of the currently edited file filled in Normal mode: <Leader>e
" Opens an edit command with the path of the currently
" edited file filled in Normal mode: <Leader>e
map <Leader>e :e <C-R>=expand("%:p:h") . "/" <CR>
" Always show cursorline, but only in current window.