mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
parent
670636885c
commit
04af336843
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ function fish_vi_key_bindings --description 'vi-like key bindings for fish'
|
|||
|
||||
# Default (command) mode
|
||||
bind -s --preset :q exit
|
||||
bind -s --preset -m insert \cc cancel-commandline
|
||||
bind -s --preset -m insert \cc cancel-commandline repaint-mode
|
||||
bind -s --preset -M default h backward-char
|
||||
bind -s --preset -M default l forward-char
|
||||
bind -s --preset -m insert \n execute
|
||||
|
|
Loading…
Reference in a new issue