mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-18 17:11:15 -03:00
Experimental support for f,F,t,T vi commands.
Input functions can now have arguments
This commit is contained in:
@@ -129,6 +129,11 @@ function fish_vi_key_bindings -d "vi-like key bindings for fish"
|
||||
bind ygE backward-kill-word yank
|
||||
bind ygE backward-kill-word yank
|
||||
|
||||
bind f forward-jump
|
||||
bind F backward-jump
|
||||
bind t forward-jump backward-char
|
||||
bind T backward-jump forward-char
|
||||
|
||||
# in emacs yank means paste
|
||||
bind p yank
|
||||
bind P backward-char yank
|
||||
|
||||
Reference in New Issue
Block a user