1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-24 07:42:54 +00:00

Fish: fzf keybind

This commit is contained in:
Phantop 2020-05-07 12:23:18 -04:00
parent bc913d235f
commit 839dde8937

View file

@ -1,7 +1,7 @@
# Defined in /tmp/fish.4HNSEn/fish_user_key_bindings.fish @ line 2 # Defined in /tmp/fish.W4jWuS/fish_user_key_bindings.fish @ line 2
function fish_user_key_bindings function fish_user_key_bindings
bind \co 'f' bind \eo 'f'
bind \ed 'ncdu' bind \ed 'ncdu'
bind \et 'tmux' bind \et 'tmux'
bind \eT 'ta' bind \ef 'fzf | xclip -selection clipboard'
end end