All Projects → dylanaraps → Fff.vim

dylanaraps / Fff.vim

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

Projects that are alternatives of or similar to Fff.vim

Nerdtree
A tree explorer plugin for vim.
Stars: ✭ 16,380 (+20900%)
Mutual labels:  file-manager, vim-plugin
Vaffle.vim
📁 Lightweight, window-based file manager for Vim
Stars: ✭ 269 (+244.87%)
Mutual labels:  file-manager, vim-plugin
Nnn.vim
File manager for vim/neovim powered by n³
Stars: ✭ 414 (+430.77%)
Mutual labels:  file-manager, vim-plugin
Vim Package Info
Vim plugin to quickly view info about the packages you use
Stars: ✭ 57 (-26.92%)
Mutual labels:  vim-plugin
Vimagit
Ease your git workflow within Vim
Stars: ✭ 1,088 (+1294.87%)
Mutual labels:  vim-plugin
Shirotelin
shirotelin is Ultimate standard light colorscheme for Vim and Neovim!
Stars: ✭ 69 (-11.54%)
Mutual labels:  vim-plugin
Vim Litecorrect
Lightweight auto-correction for Vim
Stars: ✭ 77 (-1.28%)
Mutual labels:  vim-plugin
Viki vim
A personal wiki for Vim
Stars: ✭ 52 (-33.33%)
Mutual labels:  vim-plugin
Qtfm
Qt File Manager
Stars: ✭ 73 (-6.41%)
Mutual labels:  file-manager
Files
A modern file manager that pushes the boundaries of the platform.
Stars: ✭ 15,198 (+19384.62%)
Mutual labels:  file-manager
Irisman
All-in-one backup manager for PlayStation®3. Fork of Iris Manager.
Stars: ✭ 61 (-21.79%)
Mutual labels:  file-manager
Vim Systemd Syntax
Syntax highlighting for systemd service files in Vim.
Stars: ✭ 57 (-26.92%)
Mutual labels:  vim-plugin
Tcomment vim
An extensible & universal comment vim-plugin that also handles embedded filetypes
Stars: ✭ 1,162 (+1389.74%)
Mutual labels:  vim-plugin
React Filemanager
JavaScript File Manager Material Design Folder Explorer Navigator Browser Manager in React and Redux with Mobile support (with backends for Local Files and FTP)
Stars: ✭ 57 (-26.92%)
Mutual labels:  file-manager
Vim Pencil
Rethinking Vim as a tool for writing
Stars: ✭ 1,186 (+1420.51%)
Mutual labels:  vim-plugin
Kmd Uwp
kommander is a file manager with fluent design and maximum customizability
Stars: ✭ 54 (-30.77%)
Mutual labels:  file-manager
Vim Translate
A tiny translate-shell wrapper for Vim
Stars: ✭ 70 (-10.26%)
Mutual labels:  vim-plugin
Materialfiles
Material Design file manager for Android
Stars: ✭ 1,092 (+1300%)
Mutual labels:  file-manager
Vim Yaml Folds
YAML, RAML, EYAML & SaltStack SLS folding for Vim
Stars: ✭ 59 (-24.36%)
Mutual labels:  vim-plugin
Completor.vim
Async completion framework made ease.
Stars: ✭ 1,158 (+1384.62%)
Mutual labels:  vim-plugin

fff.vim

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

Table of Contents

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"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].