aboutsummaryrefslogblamecommitdiff
path: root/.tmux.conf
blob: d6159816238b64842a9944d59358114f011839a1 (plain) (tree)























                                               
setw -g automatic-rename
set-option -g prefix C-t

# screen like settings
bind C-n next-window
bind C-p previous-window
bind C-d detach
bind C-k confirm kill-window
bind k confirm kill-window
bind K confirm kill-server
bind C-K confirm kill-server

# Enable the mouse
setw -g mode-mouse on
set -g mouse-select-pane on
set -g mouse-resize-pane on
set -g mouse-select-window on
set -g set-titles on
set -g base-index 0

# Set window titles
set-option -g set-titles on
# [session:window-name host] command
set-option -g set-titles-string '[#S:#I #H] #W'