Bind clipboard-copy to \cx, restore yank binding

Fixes #3160.
This commit is contained in:
Fabian Homborg 2016-06-21 16:19:40 +02:00
parent d66d51f101
commit 7365b6bd0c

View File

@ -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