fff.vim
fff.vim copied to clipboard
A plugin for vim/neovim which allows you to use fff as a file opener.
This commit fixes issue #17
Hey, thank you for the plugin! Recently I got an error message, and I'm wondering have you met it too, or how could I fix it? :thinking: ``` Error detected...
They are global settings and get overwritten every time `fff#Run()` is invoked.
This tip could be included in the documentation for those interested in using neovim float term instead of a split: ```vimscript " Floating window with borders for NNN and FFF...
Just discovered fff and fff.vim, and really enjoying using it! One thing I miss from other vim-like file management plugins is opening it directly to the directory containing the file...
...instead of global
* Clarify that it's not the current file's directory by default. * Add `` to prevent overriding valuable `f` movement command.
In response to issue #7
Instead of opening a file in a new buffer, replacing the current one, I'd like to open a file in a split, both vertically and horizontally.
I was successful configuring my .vimrc to launch fff if vim is invoked without arguments (copying a similar setting offered for NERD Tree): ``` autocmd StdinReadPre * let s:std_in=1 autocmd...