From 839dde89371c44aada30d7662b9a31d1aaba7d70 Mon Sep 17 00:00:00 2001 From: Phantop Date: Thu, 7 May 2020 12:23:18 -0400 Subject: [PATCH] Fish: fzf keybind --- .config/fish/functions/fish_user_key_bindings.fish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/fish/functions/fish_user_key_bindings.fish b/.config/fish/functions/fish_user_key_bindings.fish index 577f38d..d9cfb0a 100644 --- a/.config/fish/functions/fish_user_key_bindings.fish +++ b/.config/fish/functions/fish_user_key_bindings.fish @@ -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 - bind \co 'f' + bind \eo 'f' bind \ed 'ncdu' bind \et 'tmux' - bind \eT 'ta' + bind \ef 'fzf | xclip -selection clipboard' end