updates tmux conf

This commit is contained in:
2025-05-06 16:01:24 +00:00
parent 2aea6c6ce2
commit 4319a4770a

View File

@@ -3,15 +3,15 @@ unbind r
bind r source-file ~/.tmux.conf \; display "Reloaded!"
set -g prefix C-t
set -g prefix C-b
set -g mouse on
bind-key m select-pane -L
bind-key n select-pane -D
bind-key e select-pane -U
bind-key i select-pane -R
bind-key h select-pane -L
bind-key j select-pane -D
bind-key k select-pane -U
bind-key l select-pane -R
bind-key h resize-pane -Z
bind-key z resize-pane -Z
set -s extended-keys on
set-option -g status-position top
@@ -21,7 +21,7 @@ set-option -sg escape-time 0
set -g default-terminal "tmux-256color"
set -ag terminal-overrides ",xterm-256color:RGB"
bind-key = kill-session
# bind-key = kill-session
# set-option -s escape-time 20