diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-09-12 20:51:17 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-09-12 20:51:17 -0700 |
commit | d4712b590adbdb9f157eb89164ca7cbd39900ee9 (patch) | |
tree | c283f7a48fe382b4c92f2000309ff4d01d4a1944 | |
parent | a55d34a89c4083d12222136c37f08f72c9208b36 (diff) | |
download | mu-d4712b590adbdb9f157eb89164ca7cbd39900ee9.tar.gz |
2190
-rw-r--r-- | sandbox/Readme.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sandbox/Readme.md b/sandbox/Readme.md index 509252dc..f2cb2fd9 100644 --- a/sandbox/Readme.md +++ b/sandbox/Readme.md @@ -1,7 +1,8 @@ Variant of [the mu programming environment](../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. For example, here's mu running alongside vim atop tmux: +Suitable for people who want to run their favorite terminal-based editor with +mu. Just run editor and sandbox inside split panes atop tmux. For example, +here's mu running alongside vim: <img alt='tmux+vim example' src='../html/tmux-vim-sandbox.png'> |