File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ smart people at [Hashrocket](http://hashrocket.com/).
10
10
For a steady stream of TILs from a variety of rocketeers, checkout
11
11
[ til.hashrocket.com] ( https://til.hashrocket.com/ ) .
12
12
13
- _ 780 TILs and counting..._
13
+ _ 781 TILs and counting..._
14
14
15
15
---
16
16
@@ -826,6 +826,7 @@ _780 TILs and counting..._
826
826
- [ Normal Node Binding To Just Quit] ( vim/normal-mode-binding-to-just-quit.md )
827
827
- [ Open A Tag In A Split Window] ( vim/open-a-tag-in-a-split-window.md )
828
828
- [ Open an Unnamed Buffer] ( vim/open-an-unnamed-buffer.md )
829
+ - [ Open FZF Result In A Split] ( vim/open-fzf-result-in-a-split.md )
829
830
- [ Open Routes File With vim-rails] ( vim/open-routes-file-with-vim-rails.md )
830
831
- [ Open The Directory Of The Current File] ( vim/open-the-directory-of-the-current-file.md )
831
832
- [ Open The Gemfile] ( vim/open-the-gemfile.md )
Original file line number Diff line number Diff line change
1
+ # Open FZF Result In A Split
2
+
3
+ The [ ` fzf.vim ` plugin] ( https://github.com/junegunn/fzf.vim ) allows you to do
4
+ speedy fuzzy searches for filenames and line-by-line content.
5
+
6
+ Once you've narrowed down the results and found what you're interested, you
7
+ can hit ` <enter> ` and a new buffer will open over what was already in the
8
+ window. You can also open that file as a split.
9
+
10
+ Hitting ` Ctrl-x ` will open the file under the cursor as a horizontal split.
11
+
12
+ Hitting ` Ctrl-v ` will alternatively open that file as a vertical split.
You can’t perform that action at this time.
0 commit comments