Replies: 1 comment 3 replies
-
You can use the various SpawnXXX assignment actions that accept https://wezfurlong.org/wezterm/config/lua/SpawnCommand.html to spawn programs into a domain by populating the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What Operating System(s) are you running on?
macOS
Which Wayland compositor or X11 Window manager(s) are you using?
No response
WezTerm version
20240203-110809-5046fc22
Ask your question!
Hi,
I'm SSHing to a remote Linux server from a mac using
wezterm connect
to run the multiplexer.Currently, I'm trying to implement a way to be able to open a file path from the terminal inside the current Nvim instance (after running
git status
for example) when working on the remote server.I tried something like :
The problem is that
wezterm.run_child_process
is executed in the domain that launched the multiplexer (my macbook). So it returns the nvim instances in macos and not in the remote server.Is there a way to execute commands in the remote server ?
Beta Was this translation helpful? Give feedback.
All reactions