This commit is contained in:
2026-03-10 13:07:40 -04:00
parent 2ec0f22461
commit 1a8270e3d8
2 changed files with 6 additions and 0 deletions

View File

@@ -6,6 +6,11 @@ set -g @plugin 'tmux-plugins/tpm'
set -g @continuum-restore 'on'
set -g @resurrect-processes 'lazygit yazi'
# Remap prefix from Ctrl+b to Ctrl+Space
unbind C-b
set -g prefix C-Space
bind C-Space send-prefix
set -g mouse on
set -g base-index 1