mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 23:28:02 +00:00
Add Open FZF Result In A Split as a vim til
This commit is contained in:
12
vim/open-fzf-result-in-a-split.md
Normal file
12
vim/open-fzf-result-in-a-split.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Open FZF Result In A Split
|
||||
|
||||
The [`fzf.vim` plugin](https://github.com/junegunn/fzf.vim) allows you to do
|
||||
speedy fuzzy searches for filenames and line-by-line content.
|
||||
|
||||
Once you've narrowed down the results and found what you're interested, 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.
|
||||
|
||||
Hitting `Ctrl-x` will open the file under the cursor as a horizontal split.
|
||||
|
||||
Hitting `Ctrl-v` will alternatively open that file as a vertical split.
|
||||
Reference in New Issue
Block a user