diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-09-12 20:45:37 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-09-12 20:46:48 -0700 |
commit | c59e456e81a6b6736183665916b6faa616625e81 (patch) | |
tree | 080d87a28ad941d52a600eb51a726699561952b5 /sandbox | |
parent | 75a00270150172cd8095a70da175512861399eec (diff) | |
download | mu-c59e456e81a6b6736183665916b6faa616625e81.tar.gz |
2187
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/Readme.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sandbox/Readme.md b/sandbox/Readme.md index 1e37dc3f..d21610e6 100644 --- a/sandbox/Readme.md +++ b/sandbox/Readme.md @@ -1,10 +1,14 @@ Variant of edit that runs just the sandbox. Suitable for running inside split panes atop tmux so you can run vim or some -other editor with mu. +other editor with mu. For example, here's mu running alongside vim atop tmux: + +<img alt='tmux+vim example' src='../html/tmux-vim-sandbox.png'> To set this up: + a) copy the lines in tmux.conf into $HOME/.tmux.conf + b) copy the file `mu_run` somewhere in your $PATH Now when you start tmux, split it into two vertical panes, run `mu sandbox` on |