mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
parent
d66d51f101
commit
7365b6bd0c
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ function fish_default_key_bindings -d "Default (Emacs-like) key bindings for fis
|
||||||
bind $argv \r execute
|
bind $argv \r execute
|
||||||
|
|
||||||
bind $argv \ck kill-line
|
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 \cv fish_clipboard_paste
|
||||||
bind $argv \t complete
|
bind $argv \t complete
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue