mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 13:08:49 +00:00
Add binding for MSFT/WSL paste escape sequence
This commit is contained in:
parent
b3ec069401
commit
18a9aa58cd
1 changed files with 4 additions and 0 deletions
|
@ -93,5 +93,9 @@ function fish_default_key_bindings -d "Default (Emacs-like) key bindings for fis
|
|||
bind $argv \e\[8~ end-of-line
|
||||
bind $argv \eOc forward-word
|
||||
bind $argv \eOd backward-word
|
||||
case 'xterm-256color'
|
||||
# Microsoft's conemu uses xterm-256color plus
|
||||
# the following to tell a console to paste:
|
||||
bind $argv \e\x20ep fish_clipboard_paste
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue