Smart-splits.nvim + Wezterm #52
-
Does anyone else use Wezterm as their terminal emulator alongside this plugin? I noticed that on Wezterm there is a noticeable delay (maybe 500-1000ms) when performing a circular window navigation (and this doesn't appear when I switch to macOS default terminal). I'm not sure if this is a fixable problem, or if it's just a result of the slowness of Wezterm itself when paired with the circular navigation. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 18 replies
-
I do ✋ For me, though, the delay is the same whether it's the circular navigation or not. I think it is just due to the fact that the Wezterm keybinds require getting the foreground process name to detect if vim/nvim is running, which unfortunately can be an expensive operation as mentioned here: https://wezfurlong.org/wezterm/config/lua/PaneInformation.html I'll keep thinking on if there is any other way to achieve this. |
Beta Was this translation helpful? Give feedback.
-
As noted in #53, a commit has been made to improve performance, make sure you are using a Wezterm build with this commit included to take advantage of it. It should be included in nightlies starting tomrrow. |
Beta Was this translation helpful? Give feedback.
As noted in #53, a commit has been made to improve performance, make sure you are using a Wezterm build with this commit included to take advantage of it. It should be included in nightlies starting tomrrow.
wez/wezterm@96f1585