dotfiles/.tmux.conf
2024-02-24 23:54:51 +02:00

7 lines
182 B
Bash

# 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