Re: run-shell command in different pane

2012-10-18 Thread Nicholas Marriott
Show the command you are running including the select-pane bit please. Adding -t to run-shell is not a bad idea. On Fri, Oct 12, 2012 at 08:53:32PM -0400, Alexander Tsepkov wrote: >I often have to run a command in multiple panes, for example when editing >my .bashrc settings, or other ch

run-shell command in different pane

2012-10-12 Thread Alexander Tsepkov
I often have to run a command in multiple panes, for example when editing my .bashrc settings, or other change I want applied to all panes. I found a neat script for doing this: https://gist.github.com/2773454 The script relies on send-keys and seems to work well in many cases. Unfortunately, in s