about summary refs log tree commit diff stats
path: root/sandbox/Readme.md
blob: b8ac44096a595abc31e8bfaadad3b084b7b04919 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Variant of [the Mu programming environment](../edit) that runs just the sandbox.

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'>

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 the right pane and your editor on the left. You should be able to hit F4 in
either side to run the sandbox.

Known issues: you have to explicitly save inside your editor before hitting
F4, unlike with `./mu edit`.
a>
3134a7b6 ^
0a42be57 ^
37f91427 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29






                                                                 
   
     
     
         
    
          
      
          



               

               
             
          
              
        
  
         
            
    
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
profanity
*.o
*.log
*.swp
testsuite
tags
cscope.out
.deps/
build-aux/
Makefile
Makefile.in
aclocal.m4
autom4te.cache/
src/config.h
src/config.h.in
config.status
#configure
configure.scan
stamp-h1
*~
*dirstamp
valgrind.out
core