Delete default.tmux
This idea never quite took off. It may be supplanted with i3 configuration in the future.
This commit is contained in:
parent
c487b09d6a
commit
d7c443c7d1
1 changed files with 0 additions and 14 deletions
|
@ -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
|
Loading…
Reference in a new issue