feat(fish): restore ctrl-f autosuggestion accept in vi insert mode

This commit is contained in:
2026-07-20 21:52:00 -04:00
parent 310ff13c77
commit 908d7719fb

View File

@@ -86,6 +86,10 @@ in
functions = { functions = {
fish_greeting = "fastfetch"; fish_greeting = "fastfetch";
# vi insert mode omits the emacs ctrl-f binding, so accepting an
# autosuggestion needs it restored.
fish_user_key_bindings = "bind -M insert ctrl-f forward-char";
history = { history = {
description = "Show command history with timestamps"; description = "Show command history with timestamps";
body = "builtin history --show-time='%F %T '"; body = "builtin history --show-time='%F %T '";