SkillAgentSearch skills...

Fff.vim

A plugin for vim/neovim which allows you to use fff as a file opener.

Install / Use

/learn @dylanaraps/Fff.vim
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

fff.vim

A plugin for vim/neovim which allows you to use fff as a file opener.

Table of Contents

<!-- vim-markdown-toc GFM --> <!-- vim-markdown-toc -->

Installation

Using vim-plug:

Plug 'dylanaraps/fff.vim'

Then run :PlugUpdate

Usage

Command

" Open in current directory.
:F

" Open in ~/dotfiles (or other path)
:F ~/dotfiles

Easy hotkey

" Open fff on press of 'f'
nnoremap f :F<CR>

Customization

Split Size

Default: let g:fff#split = "10new"

" Vertical split (NERDtree style).
let g:fff#split = "30vnew"

Split Direction

Default: let g:fff#split_direction = "splitbelow splitright"

" Open split on the left side (NERDtree style).
let g:fff#split_direction = "nosplitbelow nosplitright"
View on GitHub
GitHub Stars109
CategoryDevelopment
Updated1mo ago
Forks11

Languages

Vim script

Security Score

100/100

Audited on Feb 23, 2026

No findings