Added .tmux.conf

This commit is contained in:
Sheldon Lee 2020-11-05 00:08:48 +08:00
parent 90add68528
commit 3775a8c77e

6
.tmux.conf Normal file
View File

@ -0,0 +1,6 @@
set -g default-terminal "alacritty"
set-window-option -g mode-keys vi
# remap prefix from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix