From 7365b6bd0c078b1bbba654deee2cc04692501397 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 21 Jun 2016 16:19:40 +0200 Subject: Bind clipboard-copy to \cx, restore yank binding Fixes #3160. --- share/functions/fish_default_key_bindings.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/functions/fish_default_key_bindings.fish b/share/functions/fish_default_key_bindings.fish index 3a3a7f73..64bbbe2e 100644 --- a/share/functions/fish_default_key_bindings.fish +++ b/share/functions/fish_default_key_bindings.fish @@ -19,7 +19,8 @@ function fish_default_key_bindings -d "Default (Emacs-like) key bindings for fis bind $argv \r execute bind $argv \ck kill-line - bind $argv \cy fish_clipboard_copy + bind $argv \cy yank + bind $argv \cx fish_clipboard_copy bind $argv \cv fish_clipboard_paste bind $argv \t complete -- cgit v1.2.3