mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 14:01:20 -03:00
improved vi keybind
This commit is contained in:
@@ -45,7 +45,7 @@ function fish_vi_key_bindings --description 'vi-like key bindings for fish'
|
|||||||
# These are only the special vi-style keys
|
# These are only the special vi-style keys
|
||||||
# not end/home, we share those.
|
# not end/home, we share those.
|
||||||
set -l eol_keys \$ g,\$
|
set -l eol_keys \$ g,\$
|
||||||
set -l bol_keys \^ 0 g\^
|
set -l bol_keys \^ 0 g\^ _
|
||||||
|
|
||||||
if contains -- $argv[1] insert default visual
|
if contains -- $argv[1] insert default visual
|
||||||
set init_mode $argv[1]
|
set init_mode $argv[1]
|
||||||
|
|||||||
Reference in New Issue
Block a user