Skip to content

support vim mode to input command, like warp #5290

Discussion options

You must be logged in to vote

This is something you would configure in your shell instead.

Bash:

set -o vi

Zsh:

bindkey -v

Fish:
Run fish_vi_key_bindings (or fish_hybrid_key_bindings) in an interactive shell.

Nushell:

$env.config.edit_mode = "vi"

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@A-caibird
Comment options

Answer selected by A-caibird
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants