Replies: 4 comments 14 replies
-
I tried your config but modified to look for if pane:get_title():sub(1,2) == "vi" then so the Both of those logs go to stderr, but in nightly builds you can assign a key to https://wezfurlong.org/wezterm/config/lua/keyassignment/ShowDebugOverlay.html to activate to see the recent events. Regarding calling back into wezterm: the socket protocol is not intended to be used directly, but I'm very open to suggestions on what we need to add support for in the |
Beta Was this translation helpful? Give feedback.
-
I am interested in migrating from alacritty/tmux to wezterm, and am wondering if this required any vim configuration to work? I currently use vim-tmux-navigator and it requires both vim (through the plugin, obviously) config and tmux config to work. |
Beta Was this translation helpful? Give feedback.
-
I created https://github.com/aca/wezterm.nvim |
Beta Was this translation helpful? Give feedback.
-
Dedicate to emacs users who use |
Beta Was this translation helpful? Give feedback.
-
I am trying to migrate from
tmux
towezterm
(I hardly ever use the tmux-server-survives-window-close and use it for multiplexing 99.9% of the time only). I have configuredSHIFT+ARROWKEY
to move between panes intmux
and I can replicate that behavior inwezterm
.But I also have a little extended configuration in
tmux
to check whether the active pane hosts aneovim
instance and if that's the case instead of switching the pane it should rather sendCTRL-w
plus any ofh, j, k, l
to theneovim
instance. That will then (by using a plugin) decide whether it will move around betweenneovim
splits or if at the edge move out to thetmux
pane in that direction (if any).Now I struggle to get
wezterm
to sendingCTRL-w k
(or any other of the four characters).My
wezterm.lua
has the following defined (removed some irrelevant settings for other keys and fonts) but now I'm stuck and help would be very much appreciatedOnce that is fixed I also need to be able to have
neovim
send a command towezterm
to switch to an adjacent pane.wezterm cli
seems to be too limited to do so but can I send it to the socket directly and if so how would be the format?Looking forward to all answers.
Manuel
Beta Was this translation helpful? Give feedback.
All reactions