fff.vim
fff.vim copied to clipboard
Add 'Open in directory of current file' example to README
In response to issue #7
nnoremap <expr> <silent>f ':F ' . expand('%:p:h:S') . "\n"
Prevents the command from breaking on directories with characters like spaces or apostrophes.