Skip to content

Commit

Permalink
fix: characters are hidden weirdly in IntelliJ terminal (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreytse committed Sep 2, 2021
1 parent 1549325 commit 9179b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh-vi-mode.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -3136,7 +3136,7 @@ function zvm_zle-line-pre-redraw() {
# there are one more panel in the same window, the program
# in other panel could change the cursor shape, we need to
# update cursor style when line is redrawing.
zvm_update_cursor
[[ -n $TMUX ]] && zvm_update_cursor
zvm_update_highlight
zvm_update_repeat_commands
}
Expand Down

0 comments on commit 9179b40

Please sign in to comment.