You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# .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
|