commit 0b41c83a2c14e85d571c9611bc3056513426f41e parent 56f0af60a0b011e78ea361e6e049e568aa46a1ae Author: dwrz <dwrz@dwrz.net> Date: Tue, 31 Oct 2023 19:50:37 +0000 Add terminal dimensions to tmux status Diffstat:
M | tmux/tmux.conf | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tmux/tmux.conf b/tmux/tmux.conf @@ -1,5 +1,5 @@ set -g set-clipboard on set -g history-limit 32767 set -g mouse on -set -g status-right "" +set -g status-right "#{pane_width}x#{pane_height}" set -s copy-command 'xclip'