feat(fish): restore ctrl-f autosuggestion accept in vi insert mode
This commit is contained in:
@@ -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 '";
|
||||||
|
|||||||
Reference in New Issue
Block a user