We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b0392 commit bf8bc28Copy full SHA for bf8bc28
vim/open-fzf-result-in-a-split.md
@@ -3,9 +3,9 @@
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.
+Once you've narrowed down the results and found what you're interested in,
+you can hit `<enter>` and a new buffer will open over what was already in
+the 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
0 commit comments