jowj
fc7eb98a19
gitattributes created to handle tmux.conf being shitty about line endings .tmux.conf to work cross platform, macOS and windows.
4 lines
89 B
Plaintext
4 lines
89 B
Plaintext
# rebind the dumb prefix key
|
|
unbind C-b
|
|
set-option -g prefix C-t
|
|
bind-key C-t send-prefix |