Added .tmux.conf
This commit is contained in:
parent
90add68528
commit
3775a8c77e
6
.tmux.conf
Normal file
6
.tmux.conf
Normal 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
|
Loading…
Reference in New Issue
Block a user