Replies: 3 comments 3 replies
-
Hi @emilBeBri From the tmux man page, it seems like In a normal setup:
Thoughts:
Let know what you find ^ |
Beta Was this translation helpful? Give feedback.
-
Thank you for a very thourough attempt at helping! I should have probably have explained, that I'm not using nvim in tmux - I have one term w. termux, one with nvim. So I then send code from the nvim (non-tmux) terminal to the tmux pane in the other terminal, and it is here that it near instantaneous with bash, and have a noticeable lag w. zsh. (The reason I do it like this is I'd rather have my wm (i3) control the window layout as much as possible, but if there is some kind of benefit I'm mising here I'm always prepared to discover new ways of doing things) Does this make a difference to your suggestions? Best, Emil |
Beta Was this translation helpful? Give feedback.
-
Thanks again - works great with the re-config, too :) I'll keep this open for now and will try out your suggestions if it reappears, and will close it in a week or two if it does not. |
Beta Was this translation helpful? Give feedback.
-
So I normally use bash, but would like to switch to zsh. I often have a tmux pane running in a terminal, but I notice that setting
set-option -g default-shell /bin/zsh
in tmux.conf and then using tmux makes sending code from neovim to tmux noticeably slower - with bash, it is instantanious, but with zsh, there is a lag. I tried it in both alacritty and kitty, and it is the same.
I don't see why that would be the case? I can't really switch to zsh before I can figure out a solution here, because although I wouldn't say it is 'slow', it is noticeable and it kinda disturbs my flow when I was used to 'instantanous'
on manjaro linux fully updated
Beta Was this translation helpful? Give feedback.
All reactions