Adjust for tmux-2.9 (force-width -> resize-window -x, setw -u window-size) - dotfiles - leot's dotfiles
(HTM) hg clone https://bitbucket.org/iamleot/dotfiles
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) changeset 0ff755260e8c6bfcadd1b5941fb946d3524e2e18
(DIR) parent 96baa817cbfd47f71b297660fd847a3905c9ace8
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Mon, 6 May 2019 22:32:56
Adjust for tmux-2.9 (force-width -> resize-window -x, setw -u window-size)
Diffstat:
tmux.conf | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff -r 96baa817cbfd -r 0ff755260e8c tmux.conf
--- a/tmux.conf Sun May 05 17:41:42 2019 +0200
+++ b/tmux.conf Mon May 06 22:32:56 2019 +0200
@@ -32,8 +32,8 @@
bind-key Escape copy-mode
-bind-key -T prefix < set-window-option force-width 80
-bind-key -T prefix > set-window-option force-width 0
+bind-key -T prefix < resize-window -x 80
+bind-key -T prefix > set-window-option -u window-size
bind-key -T root C-PgUp copy-mode -e -u
bind-key -T root C-Up select-pane -U