commit d61807e259e510987815690faedc5adf1e084d2d parent 8c033fa06fd9593440bda4a6924a2dd3f3c3011b Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe> Date: Wed, 28 Aug 2024 14:51:34 -0500 tmux: remove windows numbers from status Diffstat:
| M | .config/tmux/tmux.conf | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf @@ -1,5 +1,8 @@ -set -g history-limit 100000 +set -g history-limit 10000 set -g status-right "" +set -g window-status-format '#W#{?window_flags,#{window_flags}, }' +set -g window-status-current-format '#W#{?window_flags,#{window_flags}, }' + unbind 0 unbind 1