1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-28 12:58:57 +00:00

Fish: alt-g also show git status

This commit is contained in:
Phantop 2019-03-09 18:44:17 -05:00
parent 0bb5857c03
commit cad72e4b32

View file

@ -1,7 +1,7 @@
# Defined in /tmp/fish.qZPxTq/fish_user_key_bindings.fish @ line 2
# Defined in /tmp/fish.48Jh0J/fish_user_key_bindings.fish @ line 2
function fish_user_key_bindings
bind \co 'f'
bind \eo 'cd (ffd | fzf)'
bind \ed 'ncdu'
bind \eg 'gl'
bind \eg 'gl; gs'
end