diff options
-rw-r--r-- | tmux/default.tmux | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tmux/default.tmux b/tmux/default.tmux deleted file mode 100644 index 69ad131efe24..000000000000 --- a/tmux/default.tmux +++ /dev/null @@ -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 |