mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-02-25 11:07:28 +08:00
Add Snippets command for UltiSnips
This commit is contained in:
@@ -41,6 +41,7 @@ List of commands
|
||||
| `BTags` | Tags in the current buffer |
|
||||
| `Locate PATTERN` | `locate` command output |
|
||||
| `History` | `v:oldfiles` and open buffers |
|
||||
| `Snippets` | Snippets ([UltiSnips][us]) |
|
||||
|
||||
- All commands except `Colors` support `CTRL-T` / `CTRL-X` / `CTRL-V` key
|
||||
bindings to open in a new tab, a new split, or in a new vertical split.
|
||||
@@ -66,3 +67,4 @@ MIT
|
||||
[run]: https://github.com/junegunn/fzf#usage-as-vim-plugin
|
||||
[vimrc]: https://github.com/junegunn/dotfiles/blob/master/vimrc
|
||||
[ag]: https://github.com/ggreer/the_silver_searcher
|
||||
[us]: https://github.com/SirVer/ultisnips
|
||||
|
||||
Reference in New Issue
Block a user