blob: 84f08c34bd2876b9d22c2cc344c1247af8d28100 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
set -g prefix C-x
bind C-x send-prefix
unbind C-b
set -g default-terminal "screen-256color"
set -g base-index 1 # start window numbering with 1
bind-key r source-file ~/.tmux.conf \; display "Config reloaded!"
|