Delete default.tmux

This idea never quite took off. It may be supplanted with i3
configuration in the future.
This commit is contained in:
William Carroll 2019-03-08 18:15:56 +00:00
parent c487b09d6a
commit d7c443c7d1

View file

@ -1,14 +0,0 @@
# Simple script designed to be `source-file`'d from within Tmux. It will setup
# panes with common directories for work.
# Dotfiles
new -s dotfiles -n main
send-keys 'cd ~/dotfiles' C-m
# Meta
new -s meta -n main
send-keys 'cd ~/urbint/meta' C-m
# Grid
new -s grid -n main
send-keys 'cd ~/urbint/grid' C-m