mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
vi-mode: disable displayed mode on startup
This change had the unintended consequence of overriding the functions to ensure that application mode was set to use $terminfo sequences, introduced in #6449. Fixes #7137
This commit is contained in:
parent
150a3c9c83
commit
14fead0964
1 changed files with 0 additions and 5 deletions
|
@ -4,11 +4,6 @@ function zle-keymap-select() {
|
|||
zle -R
|
||||
}
|
||||
|
||||
# Ensures that MODE_INDITCATOR is displayed on terminal start up.
|
||||
function zle-line-init() {
|
||||
zle reset-prompt
|
||||
}
|
||||
|
||||
# Ensure that the prompt is redrawn when the terminal size changes.
|
||||
TRAPWINCH() {
|
||||
zle && { zle -R; zle reset-prompt }
|
||||
|
|
Loading…
Reference in a new issue