Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 318 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 318 Bytes

Comfortable tmux config

Place it to ~/.tmux.conf

unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix

set -g history-limit 10000
set -g allow-rename off

set-window-option -g mode-keys vi

bind b setw synchronize-panes
bind r source-file ~/.tmux.conf \; display-message "Config reloaded..."