https://github.com/runfalk/vim-fzf-extended
My own FZF extensions for vim
https://github.com/runfalk/vim-fzf-extended
Last synced: 4 months ago
JSON representation
My own FZF extensions for vim
- Host: GitHub
- URL: https://github.com/runfalk/vim-fzf-extended
- Owner: runfalk
- License: mit
- Created: 2018-02-24T15:52:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-07T21:38:20.000Z (about 8 years ago)
- Last Synced: 2025-03-12T13:41:26.151Z (about 1 year ago)
- Language: Vim script
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vim FZF Extended
================
This is a collection of my own FZF Vim customizations. They are tested on both
Vim 8 and Neovim.
Commands
--------
- `FZFBuffers` - select and search open buffers.
- `FZFFiles` - Modified version of `FZF` that shows hidden files, but ignores
noise like `.git/`, `.DS_Store`, `*.pyc`, etc.
- `FZFDefinitions` - Navigate function, method and class definitions within the
current buffer. (Requires ctags)
`FZFDefinitions` - Supported languages
--------------------------------------
- Python
- Vim script