From c36325aee4359bab05ec24edc78ae99c7d3ca04a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 14 Nov 2024 00:35:35 -0300 Subject: etc/tmux/tmux.conf: Add keybinding for setting width to 80 columns --- etc/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/tmux') diff --git a/etc/tmux/tmux.conf b/etc/tmux/tmux.conf index 93326ae..59e974d 100644 --- a/etc/tmux/tmux.conf +++ b/etc/tmux/tmux.conf @@ -31,6 +31,7 @@ bind-key -n M-H resize-pane -L 5 bind-key -n M-J resize-pane -D 5 bind-key -n M-K resize-pane -U 5 bind-key -n M-L resize-pane -R 5 +bind-key -n M-> resize-pane -x 80 # Reorder windows bind-key -n C-S-Left swap-window -t -1\; select-window -t -1 -- cgit v1.2.3