mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-26 14:16:13 +00:00
7 lines
146 B
Fish
7 lines
146 B
Fish
function fish_user_key_bindings
|
|
bind \eo 'ranger'
|
|
bind \ed 'ncdu'
|
|
bind \et 'tmux'
|
|
bind \ef 'fzf | xclip -selection clipboard'
|
|
end
|