mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Edited plugins/vi-mode/vi-mode.plugin.zsh via GitHub
This commit is contained in:
parent
78e8fe3337
commit
4d42128de2
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ zle -N accept_line
|
|||
zle -N edit-command-line
|
||||
|
||||
# Avoid binding ^J, ^M, ^C, ^?, ^S, ^Q, etc.
|
||||
bindkey -d # Reset to default.
|
||||
# bindkey -d # Reset to default. Breaks tab completion. Start tab completing and press tab to move across options and it will kill your terminal.
|
||||
bindkey -v # Use vi key bindings.
|
||||
bindkey -M vicmd "^M" accept_line # Alow RETURN in vi command.
|
||||
bindkey -M vicmd v edit-command-line # ESC-v to edit in an external editor.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue