-
-
Notifications
You must be signed in to change notification settings - Fork 606
Open
Description
Checklist
- I have fzf 0.54.0 or later
- I have searched through the existing issues
Output of :echo system(fzf#exec() .. ' --version')
0.66.0 (8cdfb23d)
OS
- Linux
- macOS
- Windows
- Etc.
Problem / Steps to reproduce
I have this in my .vimrc (found here for the buffers command: #1583):
let g:fzf_vim = {}
let g:fzf_vim.buffers_options = ['--keep-right']
let g:fzf_vim.history_options = ['--keep-right']This works for the :Buffers command but not for the :History command. Is history_options wrong?
The documentation looks like it should work for any command:
Lines 261 to 262 in 879db51
| You can set fzf options for each command by setting | |
| `g:fzf_vim.{command}_options`. |
Metadata
Metadata
Assignees
Labels
No labels