mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 03:21:16 -03:00
Add clipboard helper functions and bind them
\cy copies, \cv pastes.
This commit is contained in:
@@ -18,7 +18,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 yank
|
||||
bind $argv \cy fish_clipboard_copy
|
||||
bind $argv \cv fish_clipboard_paste
|
||||
bind $argv \t complete
|
||||
|
||||
bind $argv \e\n "commandline -i \n"
|
||||
|
||||
Reference in New Issue
Block a user