mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
vi: Readd \cx binding
This commit is contained in:
parent
c0e8ad6f1f
commit
4e5e04bfda
1 changed files with 3 additions and 0 deletions
|
@ -161,6 +161,9 @@ function fish_vi_key_bindings --description 'vi-like key bindings for fish'
|
|||
bind P backward-char yank
|
||||
bind gp yank-pop
|
||||
|
||||
# This is complete in vim
|
||||
bind \cx end-of-line
|
||||
|
||||
bind '"*p' "commandline -i ( xsel -p; echo )[1]"
|
||||
bind '"*P' backward-char "commandline -i ( xsel -p; echo )[1]"
|
||||
|
||||
|
|
Loading…
Reference in a new issue