Skip to content

Commit

Permalink
tmux pane updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyagreco-sb committed Aug 5, 2024
1 parent 52007de commit 4c47100
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,13 @@ set -g status-style "bg=#{@purple},fg=#{@teal}"
# e.g. 'Monday May 27 4:34 PM'
set -g status-right "%A %B %-e %-I:%M %p "

# Show window number on the bottom left
set -g status-left " Window #I "
# Show session name and window number on the bottom left
set -g status-left-length 40
set -g status-left " #S | win #I "

# disable default window status
set -g window-status-format ""
set -g window-status-current-format ""

# PANE BORDERS
# active
Expand Down

0 comments on commit 4c47100

Please sign in to comment.