« get me outta code hell

.tmux.conf - dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
path: root/.tmux.conf
blob: 84838bde9c8f16a4fe1060b0894b9aa7e07569e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
set -g mouse on
set -g default-terminal "screen-256color"
set -g repeat-time 250
set -sg escape-time 0

set -g status-bg colour235
set -g status-fg colour249
set-window-option -g window-status-current-fg white

bind '"' split-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
bind -n C-S-Left swap-window -t -1
bind -n C-S-Right swap-window -t +1