mirror of
https://github.com/atuinsh/atuin.git
synced 2025-06-19 17:38:52 +02:00
Bind keys in vi mode too (#811)
This commit is contained in:
parent
bb7f00dbef
commit
954e20fd86
@ -105,7 +105,7 @@ bind -M insert \e\[A _atuin_bind_up";
|
|||||||
name: atuin
|
name: atuin
|
||||||
modifier: control
|
modifier: control
|
||||||
keycode: char_r
|
keycode: char_r
|
||||||
mode: emacs
|
mode: [emacs, vi_normal, vi_insert]
|
||||||
event: { send: executehostcommand cmd: (_atuin_search_cmd) }
|
event: { send: executehostcommand cmd: (_atuin_search_cmd) }
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
@ -118,7 +118,7 @@ bind -M insert \e\[A _atuin_bind_up";
|
|||||||
name: atuin
|
name: atuin
|
||||||
modifier: none
|
modifier: none
|
||||||
keycode: up
|
keycode: up
|
||||||
mode: emacs
|
mode: [emacs, vi_normal, vi_insert]
|
||||||
event: { send: executehostcommand cmd: (_atuin_search_cmd '--shell-up-key-binding') }
|
event: { send: executehostcommand cmd: (_atuin_search_cmd '--shell-up-key-binding') }
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user