Compare commits
3 Commits
8ce4cbb15d
...
future
| Author | SHA1 | Date | |
|---|---|---|---|
| cc688392da | |||
| f3752929e2 | |||
| d0842dc020 |
@@ -1,7 +1,15 @@
|
|||||||
---
|
---
|
||||||
- location: ~/.config/tmux
|
- location: ~/.config/tmux
|
||||||
- apt:
|
- apt:
|
||||||
- tmux
|
- libevent-dev
|
||||||
|
- ncurses-dev
|
||||||
- xsel
|
- xsel
|
||||||
|
- repo:
|
||||||
|
- url: 'https://github.com/tmux/tmux.git'
|
||||||
|
location: ~/.local/src/tmux
|
||||||
|
branch: 2.6
|
||||||
|
actions:
|
||||||
|
- command: ./configure --prefix=$HOME/.local
|
||||||
|
- command: {install: make -j8 install, remove: make uninstall}
|
||||||
- symlink:
|
- symlink:
|
||||||
- {src: tmux.conf, dst: ~/.tmux.conf}
|
- {src: tmux.conf, dst: ~/.tmux.conf}
|
||||||
|
|||||||
4
layouts/2vt
Normal file
4
layouts/2vt
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# vim: ft=tmux
|
||||||
|
select-pane -t 0
|
||||||
|
split-window -v -p 34
|
||||||
|
select-pane -t 1
|
||||||
@@ -19,7 +19,7 @@ set -g display-time 4000
|
|||||||
set -g status-interval 5
|
set -g status-interval 5
|
||||||
|
|
||||||
# Upgrade $TERM
|
# Upgrade $TERM
|
||||||
set -g default-terminal "screen-256color"
|
set -g default-terminal "tmux-256color"
|
||||||
|
|
||||||
# Focus events enabled for terminals that support them
|
# Focus events enabled for terminals that support them
|
||||||
set -g focus-events on
|
set -g focus-events on
|
||||||
|
|||||||
Reference in New Issue
Block a user