Fzf.vim
Things you can do with fzf and Vim.
Install
Commands
-
:Files [PATH]- Files (runs$FZF_DEFAULT_COMMANDif defined) -
:GFiles [OPTS]- Git files (git ls-files) -
:GFiles?- Git files (git status) -
:Buffers- Open buffers -
:Colors- Color schemes -
:Ag [PATTERN]- ag search result (ALT-A to select all, ALT-D to deselect all) -
:Rg [PATTERN]- rg search result (ALT-A to select all, ALT-D to deselect all) -
:Lines [QUERY]- Lines in loaded buffers -
:BLines [QUERY]- Lines in the current buffer -
:Tags [QUERY]- Tags in the project (ctags -R) -
:BTags [QUERY]- Tags in the current buffer -
:Marks- Marks -
:Windows- Windows -
:Locate PATTERN- locate command output -
:History-v:oldfilesand open buffers -
:History:- Command history -
:History/- Search history -
:Snippets- Snippets (UltiSnips) -
:Commits [LOG_OPTS]- Git commits (requires fugitive.vim) -
:BCommits [LOG_OPTS]- Git commits for the current buffer; visual-select lines to track changes in the range -
:Commands- Commands -
:Maps- Normal mode mappings -
:Helptags- Help tags -
:Filetypes- File types