niri
This commit is contained in:
parent
05928785b0
commit
397fb19e0b
6 changed files with 36 additions and 3 deletions
|
|
@ -175,6 +175,16 @@ _: {
|
|||
interactiveShellInit = ''
|
||||
fish_vi_key_bindings
|
||||
|
||||
bind \e\[3\;5~ kill-word
|
||||
bind \cH backward-kill-word
|
||||
bind \cV beginning-of-line
|
||||
bind \f end-of-line
|
||||
|
||||
bind -M insert \e\[3\;5~ kill-word
|
||||
bind -M insert \cH backward-kill-word
|
||||
bind -M insert \cV beginning-of-line
|
||||
bind -M insert \f end-of-line
|
||||
|
||||
set -g sponge_successful_exit_codes 0
|
||||
set -g sponge_allow_previously_successful false
|
||||
set -g sponge_delay 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue