Skip to content

Instantly share code, notes, and snippets.

@lrtfm
Last active August 29, 2015 14:07
Show Gist options
  • Save lrtfm/477ce6a87e2bc2551b86 to your computer and use it in GitHub Desktop.
Save lrtfm/477ce6a87e2bc2551b86 to your computer and use it in GitHub Desktop.
tmux + vim + guile for lisp
alias cdnote='cd ~/repo/note-code/note'
alias lisp='if tmux ls 2>/dev/null | grep lisp >/dev/null 2>&1; then tmux a -t lisp ; else tmux new -s lisp \; splitw -l6 guile \; selectp -t 0; fi'
alias note='if tmux ls 2>/dev/null | grep note >/dev/null 2>&1; then tmux a -t note ; else tmux new -s note\; splitw -v -l6 \; selectp -t 0; fi'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment