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 /tmux | |
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.
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/default.tmux | 14 | ||||
-rw-r--r-- | tmux/tmux-256color-italic | 3 | ||||
-rw-r--r-- | tmux/tmux-256color-italic.ti | 29 |
3 files changed, 46 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/tmux-256color-italic b/tmux/tmux-256color-italic new file mode 100644 index 000000000000..f6f795e42377 --- /dev/null +++ b/tmux/tmux-256color-italic @@ -0,0 +1,3 @@ +tmux-256color-italic|tmux with 256 colors and italic, + sitm=\ePtmux;\e\E[3m\e\\, ritm=\ePtmux;\e\E[23m\e\\, + use=screen-256color, diff --git a/tmux/tmux-256color-italic.ti b/tmux/tmux-256color-italic.ti new file mode 100644 index 000000000000..e90737d85029 --- /dev/null +++ b/tmux/tmux-256color-italic.ti @@ -0,0 +1,29 @@ +# Reconstructed via infocmp from file: /Users/wpcarro/.terminfo/74/tmux-256color-italic +tmux-256color-italic|tmux with 256 colors and italic, + am, km, mir, msgr, xenl, + colors#256, cols#80, it#8, lines#24, ncv#3, pairs#32767, + acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, + bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, + clear=\E[H\E[J, cnorm=\E[34h\E[?25h, cr=^M, + csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, + cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, + cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EM, + cvvis=\E[34l, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, + dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E(B\E)0, + flash=\Eg, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, + il=\E[%p1%dL, il1=\E[L, ind=^J, is2=\E)0, kbs=\177, kcbt=\E[Z, + kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, + kdch1=\E[3~, kend=\E[4~, kf1=\EOP, kf10=\E[21~, + kf11=\E[23~, kf12=\E[24~, kf2=\EOQ, kf3=\EOR, kf4=\EOS, + kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, + khome=\E[1~, kich1=\E[2~, kmous=\E[M, knp=\E[6~, kpp=\E[5~, + nel=\EE, op=\E[39;49m, rc=\E8, rev=\E[7m, ri=\EM, + ritm=\EPtmux;\E\E[23m\E\\, rmacs=^O, rmcup=\E[?1049l, + rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[23m, rmul=\E[24m, + rs2=\Ec\E[?1000l\E[?25h, sc=\E7, + setab=\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m, + setaf=\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m, + sgr=\E[0%?%p6%t;1%;%?%p1%t;3%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, + sgr0=\E[m\017, sitm=\EPtmux;\E\E[3m\E\\, smacs=^N, + smcup=\E[?1049h, smir=\E[4h, smkx=\E[?1h\E=, smso=\E[3m, + smul=\E[4m, tbc=\E[3g, |