11 lines
185 B
Plaintext
11 lines
185 B
Plaintext
# Remap leader to ctrl+a
|
|
unbind C-b
|
|
set-option -g prefix C-a
|
|
bind-key C-a send-prefix
|
|
|
|
# Quick release config file
|
|
bind r source-file ~/.tmux.conf
|
|
|
|
# Enable mouse usage
|
|
set -g mouse on
|