dotfiles/.tmux.conf
2020-11-05 00:08:48 +08:00

7 lines
166 B
Bash

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