vi: Readd \cx binding

This commit is contained in:
Fabian Homborg 2015-10-14 18:31:45 +02:00
parent c0e8ad6f1f
commit 4e5e04bfda

View file

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