From 6e23b41dd5c7e1478e066f9af9dea317bb515982 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 15 Feb 2026 15:31:21 -0500 Subject: [PATCH] fix(tmux): increase status-left, status-right width --- config/nvim/lua/plugins/cp.lua | 1 + scripts/mux | 2 ++ 2 files changed, 3 insertions(+) diff --git a/config/nvim/lua/plugins/cp.lua b/config/nvim/lua/plugins/cp.lua index ccd5399..d9f8921 100644 --- a/config/nvim/lua/plugins/cp.lua +++ b/config/nvim/lua/plugins/cp.lua @@ -127,6 +127,7 @@ end return { 'barrettruth/cp.nvim', + dir = '~/dev/cp.nvim', cmd = 'CP', keys = { { 'ce', 'CP edit' }, diff --git a/scripts/mux b/scripts/mux index a5c9729..4bc2f5a 100755 --- a/scripts/mux +++ b/scripts/mux @@ -118,6 +118,8 @@ bar) i=$((i + 1)) done set +f + tmux set -g status-left-length 80 + tmux set -g status-right-length 80 tmux set -g status-left ' ' tmux set -g window-status-format '#[range=window|#{window_index}]#{window_index}:#{window_name}#{window_flags}#[norange]' tmux set -g window-status-current-format '#[range=window|#{window_index}]#{window_index}:#{window_name}#{window_flags}#[norange]'