diff options
Diffstat (limited to '')
| -rw-r--r-- | src/command/init.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command/init.rs b/src/command/init.rs index 7cb4b35e..a9c24b09 100644 --- a/src/command/init.rs +++ b/src/command/init.rs @@ -105,7 +105,7 @@ bind -M insert \e\[A _atuin_bind_up"; name: atuin modifier: control keycode: char_r - mode: emacs + mode: [emacs, vi_normal, vi_insert] event: { send: executehostcommand cmd: (_atuin_search_cmd) } } ) @@ -118,7 +118,7 @@ bind -M insert \e\[A _atuin_bind_up"; name: atuin modifier: none keycode: up - mode: emacs + mode: [emacs, vi_normal, vi_insert] event: { send: executehostcommand cmd: (_atuin_search_cmd '--shell-up-key-binding') } } ) |
