about summary refs log tree commit diff stats
path: root/sandbox/mu_run
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-06-19 17:31:29 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-06-19 17:31:29 -0700
commite11bec57730f5bbcd9d6780c8dec0cbd4153c50f (patch)
treec4641d591166054cca477befe21839df9c93e5e6 /sandbox/mu_run
parenta59f20f8669c7bdd21166e918bd74493e46c0400 (diff)
downloadmu-e11bec57730f5bbcd9d6780c8dec0cbd4153c50f.tar.gz
3929
Diffstat (limited to 'sandbox/mu_run')
-rwxr-xr-xsandbox/mu_run1
1 files changed, 1 insertions, 0 deletions
diff --git a/sandbox/mu_run b/sandbox/mu_run
index 8d606fcd..b96cfd1c 100755
--- a/sandbox/mu_run
+++ b/sandbox/mu_run
@@ -1,4 +1,5 @@
 #!/usr/bin/zsh
+# Little bit of glue to support running Mu from Vim over tmux.
 
 export ALREADY_FOCUSED=0
 tmux list-panes |grep "^1.*active" -q && export ALREADY_FOCUSED=1