1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-29 13:32:06 +00:00

Fish: Map a-g to show git log

This commit is contained in:
Phantop 2019-03-09 11:54:35 -05:00
parent 8c58856898
commit 1b9c4f4ded

View file

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