1
0
forked from extern/nix-config

Add fzf information to vim.md

This commit is contained in:
Donovan Glover 2017-12-07 23:54:54 -05:00
parent 76b60dd78b
commit f7591a99f1
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -59,3 +59,12 @@ Note that all other vim movements work while indenting things as well.
- Select the lines you want to comment out with `j/k`
- Press `x` to delete the first character, repeatedly if necessary
- Exit the mode as usual
## Plugin Specific
### fzf.vim
- Open the result in a new tab: `<C-t>`
- Open the result in a new horizontal split: `<C-x>`
- Open the result in a new vertical split: `<C-v>`
- Use a command in fullscreen: `:Command!`