10 lines
257 B
Plaintext
10 lines
257 B
Plaintext
bind-key V split-window -h
|
|
bind-key H split-window -v
|
|
bind r source-file ~/.tmux.conf \; display "Reloading Config"
|
|
set -g base-index 1
|
|
|
|
set-option -sg escape-time 10
|
|
set-option -g default-terminal "screen-256color"
|
|
|
|
source "/usr/share/tmux/powerline.conf"
|