diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 50e864c..fe1899e 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -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