summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-10-30 12:07:45 -0400
committerBen Sima <ben@bsima.me>2020-10-30 12:07:45 -0400
commit41cf8d59330468c551e7f74b946d6eb285220e4d (patch)
tree95e32ea22589366a0aa1b2e9d6c9de097c59337f /lib
parentcb22f2fb0fa868931e2f9272d84b3b95e1e982e4 (diff)
Fix tmux sizing key
Diffstat (limited to 'lib')
-rw-r--r--lib/tmux2
1 files changed, 1 insertions, 1 deletions
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