diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-09-12 20:47:56 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-09-12 20:47:56 -0700 |
commit | 4895d94195a072b3efe10f8a6a94ad9c1a0683f5 (patch) | |
tree | 9be34117a8c149f881f1aa616ba50620899af14b | |
parent | c59e456e81a6b6736183665916b6faa616625e81 (diff) | |
download | mu-4895d94195a072b3efe10f8a6a94ad9c1a0683f5.tar.gz |
2188
-rw-r--r-- | sandbox/Readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/Readme.md b/sandbox/Readme.md index d21610e6..05c9421f 100644 --- a/sandbox/Readme.md +++ b/sandbox/Readme.md @@ -7,9 +7,9 @@ other editor with mu. For example, here's mu running alongside vim atop tmux: To set this up: - a) copy the lines in tmux.conf into $HOME/.tmux.conf + a) copy the lines in tmux.conf into `$HOME/.tmux.conf`. - b) copy the file `mu_run` somewhere in your $PATH + 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 the right pane and your editor on the left. You should be able to hit F4 in |