back to kakoune, with new and improved colors

This commit is contained in:
Michael Chalupiak
2025-04-04 11:42:16 -04:00
parent f142308811
commit 0ca4a99af1
5 changed files with 14 additions and 40 deletions

View File

@@ -4,8 +4,8 @@ set -g @rose_pine_variant 'main' # Options are 'main', 'moon' or 'dawn'
#set -g @plugin 'arcticicestudio/nord-tmux'
set -g @plugin 'rose-pine/tmux'
set -g @plugin 'tmux-plugins/tpm'
set -g default-terminal "xterm-256color"
set -ga terminal-overrides ",xterm*:Tc"
set -g default-terminal "tmux-256color"
set -ga terminal-overrides ",alacritty:Tc"
set -g mouse on
# Changes prefix key to control a instead of control b
unbind C-b