make dotfiles stow-able
This commit is contained in:
parent
242fc85911
commit
2a0b443bc5
16 changed files with 0 additions and 0 deletions
18
tmux/.tmux.conf
Normal file
18
tmux/.tmux.conf
Normal file
|
@ -0,0 +1,18 @@
|
|||
# fix esc problems in vim
|
||||
set -s escape-time 0
|
||||
|
||||
# resize based on smallest connected window, not session
|
||||
setw -g aggressive-resize on
|
||||
|
||||
# more scrollback in the name of satan
|
||||
set-option -g history-limit 50000
|
||||
|
||||
# all the colors we can get
|
||||
set-option -g default-terminal "tmux-256color"
|
||||
set-option -ga terminal-overrides ",xterm*:Tc"
|
||||
|
||||
# vi style copy mode
|
||||
setw -g mode-keys vi
|
||||
|
||||
# do not truncate session name
|
||||
set -g status-left-length 15
|
Loading…
Add table
Add a link
Reference in a new issue