Timeline for Run build command from vim, send output to another tmux pane?
Current License: CC BY-SA 3.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 13, 2019 at 8:52 | comment | added | B Layer | @making3 Okay, but I chose pane number 2 just as an example. (Still, you don't have more than 2 panes in any of your windows?) Anyways, try this: put setw -g pane-base-index 1 in your .tmux.conf file and pane numbering will start at 1. | |
| Nov 13, 2019 at 7:54 | comment | added | making3 | In case anyone needs it, the default pane numbers seem to start at 0 (not very surprising though). When running the above, -t 2 doesn't exist, so it would print "lost server" and fail. And if it matters, this is bash on Windows. I should have read the "prefix + q" part first though... | |
| Jan 12, 2018 at 10:36 | vote | accept | SLN | ||
| Jan 12, 2018 at 10:26 | history | edited | B Layer | CC BY-SA 3.0 | Give a workaround for the console closing issue |
| Jan 12, 2018 at 10:20 | comment | added | B Layer | @SLN see my updated answer. | |
| Jan 12, 2018 at 10:19 | history | edited | B Layer | CC BY-SA 3.0 | Answered questons from OPs comment. |
| Jan 12, 2018 at 9:38 | comment | added | SLN | @B Layer, Seem working for me, but after I run the run-shell command the with the background in my vim, it still print some information to me, I have to tap Enter key to get back to vim, is this normal? Another issue is the run-shell command seems has frezzed my 2nd pane, how can I jump out the frezze mode? Thanks | |
| Jan 11, 2018 at 23:32 | history | answered | B Layer | CC BY-SA 3.0 |