Add writing mode and ui toggles for nvim, tmux theme updates, wallpapers

This commit is contained in:
2025-11-12 14:10:11 -06:00
parent 1377026a56
commit ac91c7974c
15 changed files with 127 additions and 32 deletions

View File

@@ -1,10 +1,19 @@
set -s escape-time 0
# replace default prefix and bind-key
unbind C-b
set-option -g prefix C-Space
bind-key C-Space send-prefix
# settings for status line and window list
set-option -g base-index 1
set-option -g status-position 'bottom'
set-option -g status-left-length 28
set-option -Fg status-right '#{host} | %Y%m%d %H:%M' # or maybe host_short
# theme settings
set-option -g status-style "bg=default fg=default" # default, theme files can overwrite
source-file "$XDG_CONFIG_HOME/tmux/theme.conf"
set -g base-index 1
# unbind keys
unbind-key f; unbind-key C-f; unbind-key s; unbind-key C-s