added .tmux.conf with prefix rebinding
This commit is contained in:
commit
e0945703be
8
.tmux.conf
Normal file
8
.tmux.conf
Normal file
@ -0,0 +1,8 @@
|
||||
#
|
||||
# .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
|
Loading…
Reference in New Issue
Block a user