[fish] match telescope.nvim preview binding

This commit is contained in:
eleith 2023-02-27 05:54:17 +00:00
parent 84d39521c2
commit 9adc33e45b
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ if type -q fzf
--margin=1
--padding=1
--info=inline
--bind='ctrl-h:toggle-preview'
--bind='ctrl-p:toggle-preview'
"
if type -q fzf_configure_bindings
set fzf_directory_opts --bind "ctrl-o:execute($EDITOR {} &> /dev/tty)"