From 4319a4770a3ff16af123bafbf3687397b4866812 Mon Sep 17 00:00:00 2001 From: Carlos Aldana Date: Tue, 6 May 2025 16:01:24 +0000 Subject: [PATCH] updates tmux conf --- .tmux.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 31af10b..f892e36 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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