Replies: 1 comment 2 replies
-
Hi, thanks for the note! I appreciate your idea and it sounds pretty simple. However, here are my reasons against it
Sorry. I hope at least fzf_configure_bindings is an upgrade from the DIY custom bindings method so you benefit as well. If not, please let me know why not. Also, what about calling |
Beta Was this translation helpful? Give feedback.
-
Congratulations on the 7.0 release! I love the new
fzf_configure_bindings
, it's friendly and idempotent, just likefish_add_path
. However, aside from usingfish_add_path
, fish also allows directly using the universal variable$fish_user_paths
, but there's no similar way in fzf.fish.I know one of the reason for the overhauling is because universal variables are not easy to understand and use. But I'm not a fan of calling
fzf_configure_bindings
twice either. We can have a more flexible way to configure the keybindings.I propose to expose
$key_sequences
, more precisely, move this line toconf.d/fzf.fish
:fzf.fish/functions/fzf_configure_bindings.fish
Line 16 in 21dd7eb
It may be become:
And if a user wants to customize, say, history shortcut to
\er
they can do so via:Beta Was this translation helpful? Give feedback.
All reactions