From 11aa98ab29fe87a4be957aa531c0290e06218cb8 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 23 Dec 2024 04:30:01 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-23 04:30:01 --- .config/tmux/tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 96b75339..7148f1ca 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -67,6 +67,12 @@ bind x kill-window # bind -n M-x killp bind -n M-x run-shell "~/.config/tmux/confirm_kill_pane.sh; true" bind -n M-f resize-pane -Z + +bind -n M-Left resize-pane -L 5 +bind -n M-Right resize-pane -R 5 +bind -n M-Up resize-pane -U 5 +bind -n M-Down resize-pane -D 5 + bind - copy-mode bind -n M-u next-window bind -n M-l previous-window