-
-
Save lrtfm/477ce6a87e2bc2551b86 to your computer and use it in GitHub Desktop.
tmux + vim + guile for lisp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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