Update neovim and kitty to rosepine theme.

This commit is contained in:
2026-03-27 22:44:35 -07:00
parent e3519494f9
commit d76f6d8bf4
9 changed files with 122 additions and 26 deletions

View File

@@ -59,11 +59,10 @@ set -g visual-activity on
# Allow the arrow key to be used immediately after changing windows
set-option -g repeat-time 0
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @override_copy_command "wl-copy --foreground" # default to wayland
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
# From tmux-sensible
set -s escape-time 0
set -g history-limit 50000
set -g display-time 4000
set -g default-terminal "screen-256color"
set -g focus-events on
setw -g aggressive-resize on