9 lines
162 B
Bash
9 lines
162 B
Bash
#
|
|
# .tmux.conf - started 20200226 by panki
|
|
#
|
|
|
|
# most important stuff first - rebind prefix to ctrl-a
|
|
unbind C-b
|
|
set-option -g prefix C-a
|
|
bind-key C-a send-prefix
|