mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
add explore bind for current file's directory
This commit is contained in:
parent
b0a794f2f5
commit
b347b984ae
1 changed files with 1 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue