fix(tmux): increase status-left, status-right width

This commit is contained in:
Barrett Ruth 2026-02-15 15:31:21 -05:00
parent 597f98d65b
commit 6e23b41dd5
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 3 additions and 0 deletions

View file

@ -127,6 +127,7 @@ end
return {
'barrettruth/cp.nvim',
dir = '~/dev/cp.nvim',
cmd = 'CP',
keys = {
{ '<leader>ce', '<cmd>CP edit<cr>' },

View file

@ -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]'