Add .tmux.conf

This commit is contained in:
Leo Alho 2024-02-24 23:54:51 +02:00
parent fc696367c8
commit c3be973598

7
.tmux.conf Normal file
View file

@ -0,0 +1,7 @@
# remap prefix from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
# Enable mouse control (clickable windows, panes, resizable panes)
# set -g mouse on