diff options
author | William Carroll <wpcarro@gmail.com> | 2019-03-08T18·15+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-03-08T18·15+0000 |
commit | d7c443c7d1b56b628c3f1847e0bf611518004a99 (patch) | |
tree | d17f9808cf677a3ca51e278db5241e993e2d2225 /tmux | |
parent | c487b09d6a1b054c3912397ec6cdbabd58d35eb0 (diff) |
Delete default.tmux
This idea never quite took off. It may be supplanted with i3 configuration in the future.
Diffstat (limited to 'tmux')
-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 |