Add suda and slightly alter tmux conf

This commit is contained in:
foreverpyrite
2025-09-21 16:58:45 -04:00
parent 412a7fb813
commit a407e267b5
4 changed files with 87 additions and 12 deletions

View File

@@ -1,11 +1,10 @@
# ~/.tmux.conf
# --- General Settings ---
# Set the main prefix to C-a
set-option -g prefix C-a
# Set a secondary, "legacy" prefix to C-b for an easier transition
set-option -g prefix2 C-b
# With the new changes forcing me to use tmux, we're gonna try C-a
# set-option -g prefix2 C-b
# Still unbind the default C-b binding for the "send-prefix" command,
# as we want our primary prefix (C-a) to handle that.