switch to ember light and dark theme for more comfortable usage, other various tmux config like displaying the date, more of a long term reminder not to waste the day, not a constantly updating thing
This commit is contained in:
@@ -44,7 +44,7 @@ set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl
|
||||
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # truecolor underline
|
||||
|
||||
set -g status-style "fg=blue"
|
||||
set -g window-status-current-style "fg=green"
|
||||
set -g window-status-current-style "fg=blue"
|
||||
set -g pane-active-border-style "fg=blue"
|
||||
|
||||
setw -g mode-keys vi
|
||||
@@ -52,7 +52,7 @@ bind -T copy-mode-vi 'v' send -X begin-selection
|
||||
bind -T copy-mode-vi 'y' send -X copy-pipe-and-cancel "pbcopy"
|
||||
|
||||
# set -g status-right "#(date +'%I:%M %p')"
|
||||
set -g status-right ""
|
||||
set -g status-right "#(date +'%A, %B %d, %Y')"
|
||||
|
||||
# Activate OFF mode
|
||||
bind o \
|
||||
|
||||
Reference in New Issue
Block a user