Skip to content

Commit

Permalink
fix: fix flickering on tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Sep 4, 2022
1 parent 03b8c1d commit f112602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/which-key/view.lua
Expand Up @@ -136,7 +136,7 @@ function M.hide()
M.is_visual_multi_mod = false
vim.cmd([[normal \\gS]]) -- reselect visual-multi text
end
vim.cmd("mode")
vim.cmd("redraw")
end

function M.show_cursor()
Expand Down

0 comments on commit f112602

Please sign in to comment.