mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 21:18:53 +00:00
Bind 0 to beginning-of-line in vi mode.
This commit is contained in:
parent
fcc363333c
commit
17ab7bde44
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ function fish_vi_key_bindings -d "vi-like key bindings for fish"
|
|||
|
||||
bind \x24 end-of-line
|
||||
bind \x5e beginning-of-line
|
||||
bind 0 beginning-of-line
|
||||
bind g\x24 end-of-line
|
||||
bind g\x5e beginning-of-line
|
||||
bind \e\[H beginning-of-line
|
||||
|
|
Loading…
Reference in a new issue