You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dotfiles/fish/.config/fish/functions/fish_user_key_bindings.fish

5 lines
124 B
Fish

function fish_user_key_bindings
bind ! __history_previous_command
bind '$' __history_previous_command_arguments
end