support vim mode to input command, like warp #5290
Answered
by
00-kat
A-caibird
asked this question in
Ideas and Issue Triage
-
support vim mode to input command, like warp |
Beta Was this translation helpful? Give feedback.
Answered by
00-kat
Jan 23, 2025
Replies: 1 comment 1 reply
-
This is something you would configure in your shell instead. Bash: set -o vi Zsh: bindkey -v Fish: Nushell: $env.config.edit_mode = "vi" |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
A-caibird
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is something you would configure in your shell instead.
Bash:
set -o vi
Zsh:
Fish:
Run
fish_vi_key_bindings
(orfish_hybrid_key_bindings
) in an interactive shell.Nushell: