Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
3705d47b
"functions/vscode:/vscode.git/clone" did not exist on "7ca9a3f91d131a2e8983a7157582b82130dee629"
Commit
3705d47b
authored
Sep 12, 2016
by
Trevor Rosen
Committed by
Marc Cornellà
Sep 12, 2016
Browse files
Fix iTerm crash on window re-size (#5211)
parent
0c85da3c
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/vi-mode/vi-mode.plugin.zsh
View file @
3705d47b
...
...
@@ -6,7 +6,7 @@ function zle-keymap-select() {
# Ensure that the prompt is redrawn when the terminal size changes.
TRAPWINCH
()
{
zle
&&
{
zle reset-prompt
;
zle
-R
}
zle
&&
zle
-R
}
zle
-N
zle-keymap-select
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment