mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 03:02:40 +08:00
Merge branch 'bind_mode' of github.com:furunkel/fish-shell into bind_mode
This commit is contained in:
commit
f2f6055109
|
@ -199,10 +199,12 @@ function fish_vi_key_bindings -d "vi-like key bindings for fish"
|
|||
bind gE backward-word
|
||||
bind w forward-word
|
||||
bind W forward-word
|
||||
bind e forward-word
|
||||
bind E forward-word
|
||||
bind -M visual e forward-word
|
||||
bind -M visual E forward-word
|
||||
|
||||
bind -M visual -m default d kill-selection end-selection force-repaint
|
||||
bind -M visual -m default x kill-selection end-selection force-repaint
|
||||
bind -M visual -m default X kill-whole-line end-selection force-repaint
|
||||
bind -M visual -m default y kill-selection yank end-selection force-repaint
|
||||
bind -M visual -m default '"*y' "commandline -s | xsel -p" end-selection force-repaint
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user