💻 Software
Sending commands to parent tmux session from vim
Fresh5 days ago
Mar 15, 20263745 viewsConfidence Score0%
0%
Problem
I have a split window setup with vim and Lynx in tmux. I'm trying to build a script so that I can send a custom command to vim which will save the script I'm working on, switch focus to the Lynx pane, refresh the Lynx page, and then switch back to the vim pane. Is there an existing script that does…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Sending commands to parent tmux session from vim
Low Risk
You can probably use a Vim command to run to send a Control-R† to your other pane. Since can send keystrokes to any pane (not just the active one), you do not even need to switch active panes back and forth. Here it is a Vim mapping (you could put i…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix