1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-25 16:57:12 -07:00

add explore bind for current file's directory

This commit is contained in:
Connor Olding 2018-03-21 12:18:17 +01:00
parent b0a794f2f5
commit b347b984ae

View File

@ -286,14 +286,10 @@ nn <Leader>. @:
nn <Leader>, :Tab /,\zs<cr>
"nn <Leader>x :system('chmod +x %') | e
" trying some copypasta from http://stackoverflow.com/a/16084326
"set path=.,**
"nn <Leader>f :find *
"nn <Leader>F :find <c-r>=expand('%:h').'/*'<cr>
" via bit101
nn - :E<cr>
nn <Leader>f :E .<cr>
nn <Leader>F :E <c-r>=expand('%:h')<cr><cr>
" extension binds {{{1
map <silent> <c-n> :CtrlPBuffer<cr>