1
0
mirror of https://github.com/drewcassidy/dotfiles synced 2024-06-11 05:44:06 +00:00
Dotfiles/fish/.config/fish/functions/fish_user_key_bindings.fish
2017-12-05 12:23:38 -08:00

5 lines
124 B
Fish

function fish_user_key_bindings
bind ! __history_previous_command
bind '$' __history_previous_command_arguments
end