mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-08 16:04:37 +00:00
7 lines
137 B
Fish
7 lines
137 B
Fish
function fish_user_key_bindings
|
|
bind \co 'fff'
|
|
bind \eo 'cd (ffd | fzf)'
|
|
bind \ed 'ncdu'
|
|
bind \eg 'git log; git status'
|
|
end
|