mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-21 03:04:38 +10:00
Fixing minor error in fish.
This commit is contained in:
@@ -130,7 +130,7 @@ function __history_previous_command_arguments
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
# The bindings for !! and !$
|
# 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
|
||||||
bind -Minsert '$' __history_previous_command_arguments
|
bind -Minsert '$' __history_previous_command_arguments
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user