fff.vim icon indicating copy to clipboard operation
fff.vim copied to clipboard

Add 'Open in directory of current file' example to README

Open MoonPadUSer opened this issue 4 years ago • 1 comments

In response to issue #7

MoonPadUSer avatar Nov 09 '20 19:11 MoonPadUSer

nnoremap <expr> <silent>f ':F ' . expand('%:p:h:S') . "\n"

Prevents the command from breaking on directories with characters like spaces or apostrophes.

Roy-Orbison avatar Dec 15 '20 03:12 Roy-Orbison