summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-07-06 17:34:38 -0700
committerBen Sima <ben@bsima.me>2020-07-06 17:34:38 -0700
commit30a45d8aa3f346d77cbf71a0d1444150b2f763a9 (patch)
tree364ef09e582efd7a84a57e38313ec601c3a2f426 /lib
parente59cc19522a53171fd677532eb099e9f84ba0f97 (diff)
tmux: dont shadow with 80-columns 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 f0701e5..d52029f 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 8 resize-pane -x 80
+bind-key C-8 resize-pane -x 80
# cycle pane layout
bind-key N next-layout