diff options
author | William Carroll <wpcarro@gmail.com> | 2018-07-16T22·30-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2018-07-19T16·00-0400 |
commit | bf18ea54863540b5167e1a91942284e34390b2b1 (patch) | |
tree | 3bf62d584a07c9f074e0530d52d5f333965052b0 | |
parent | a8351ea00e146b89a17f158b9aa563a4f0d2642d (diff) |
Support default Tmux configurations
After writing this, I have a sneaking suspiscion that I'm reinventing something like Tmuxinator. I guess this is just a poor man's Tmuxinator. For now, however, haven't had enough time to look into Tmuxinator as a viable alternative, so this will have to do for now. Furthermore, moved root-level tmux files to a subdir.
-rw-r--r-- | tmux/default.tmux | 14 | ||||
-rw-r--r-- | tmux/tmux-256color-italic (renamed from tmux-256color-italic) | 0 | ||||
-rw-r--r-- | tmux/tmux-256color-italic.ti (renamed from tmux-256color-italic.ti) | 0 |
3 files changed, 14 insertions, 0 deletions
diff --git a/tmux/default.tmux b/tmux/default.tmux new file mode 100644 index 000000000000..69ad131efe24 --- /dev/null +++ b/tmux/default.tmux @@ -0,0 +1,14 @@ +# 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 diff --git a/tmux-256color-italic b/tmux/tmux-256color-italic index f6f795e42377..f6f795e42377 100644 --- a/tmux-256color-italic +++ b/tmux/tmux-256color-italic diff --git a/tmux-256color-italic.ti b/tmux/tmux-256color-italic.ti index e90737d85029..e90737d85029 100644 --- a/tmux-256color-italic.ti +++ b/tmux/tmux-256color-italic.ti |