From f7591a99f1eda4f23d4f366f73cd63a5b4570d8d Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 7 Dec 2017 23:54:54 -0500 Subject: [PATCH] Add fzf information to vim.md --- help/vim.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/help/vim.md b/help/vim.md index 2fd2fc3..b910b05 100644 --- a/help/vim.md +++ b/help/vim.md @@ -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: `` +- Open the result in a new horizontal split: `` +- Open the result in a new vertical split: `` +- Use a command in fullscreen: `:Command!`