From 41cf8d59330468c551e7f74b946d6eb285220e4d Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 30 Oct 2020 12:07:45 -0400 Subject: Fix tmux sizing key --- lib/tmux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/tmux b/lib/tmux index d52029f..2eb6f9e 100644 --- a/lib/tmux +++ b/lib/tmux @@ -38,7 +38,7 @@ bind -n S-Left previous-window bind -n S-Right next-window # Set current window pane to 80 columns -bind-key C-8 resize-pane -x 80 +bind-key E resize-pane -x 80 # cycle pane layout bind-key N next-layout -- cgit v1.2.3