Correcting minor error.

This commit is contained in:
Derek Taylor
2022-05-27 12:43:33 -05:00
parent 4a05f64035
commit 060999c0fe

View File

@@ -130,7 +130,7 @@ function __history_previous_command_arguments
end
end
# The bindings for !! and !$
if [ $fish_key_bindings = "fish_vi_key_bindings" ];
if [ "$fish_key_bindings" = "fish_vi_key_bindings" ];
bind -Minsert ! __history_previous_command
bind -Minsert '$' __history_previous_command_arguments
else