Update tmux.conf

This commit is contained in:
Belal Elsabbagh
2025-10-14 19:23:38 +03:00
committed by GitHub
parent 20618c33ea
commit e251ba7cf8

View File

@@ -3,6 +3,7 @@ set-environment -g TMUX_PLUGIN_MANAGER_PATH '~/.tmux/plugins'
set -g default-terminal "tmux-256color" set -g default-terminal "tmux-256color"
set -ag terminal-overrides ",xterm-256color:RGB" set -ag terminal-overrides ",xterm-256color:RGB"
set -g mouse on set -g mouse on
set-option -g set-clipboard external
unbind C-b unbind C-b
set -g prefix C-Space set -g prefix C-Space