From 058b3be4feb7eda3810172537039c48ac36441a5 Mon Sep 17 00:00:00 2001 From: Hunt Date: Sat, 7 Jun 2025 17:33:01 -0700 Subject: Fix theming stuff --- dots/tmux/.config/tmux/tmux.conf | 31 ------------------------------- dots/tmux/.config/tmux/tmux.conf.j2 | 31 +++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 dots/tmux/.config/tmux/tmux.conf create mode 100644 dots/tmux/.config/tmux/tmux.conf.j2 (limited to 'dots/tmux') diff --git a/dots/tmux/.config/tmux/tmux.conf b/dots/tmux/.config/tmux/tmux.conf deleted file mode 100644 index 7a1fab5..0000000 --- a/dots/tmux/.config/tmux/tmux.conf +++ /dev/null @@ -1,31 +0,0 @@ -#-- -- -set -g prefix C-s - -set -g mode-keys vi -bind-key -T copy-mode-vi 'v' send -X begin-selection -bind-key -T copy-mode-vi 'C-v' send -X rectangle-toggle -bind-key -T copy-mode-vi 'y' send -X copy-selection - -unbind r -bind r source-file ~/.config/tmux/tmux.conf - -bind-key h select-pane -L -bind-key j select-pane -D -bind-key k select-pane -U -bind-key l select-pane -R -#-- -- - -#-- -- -set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'tmux-plugins/tmux-sensible' -#-- -- - -#-- -- -set -g @plugin 'egel/tmux-gruvbox' -set -g @tmux-gruvbox 'dark' -#-- -- - -#-- -- -# keep at bottom -run '~/.tmux/plugins/tpm/tpm' -#-- -- diff --git a/dots/tmux/.config/tmux/tmux.conf.j2 b/dots/tmux/.config/tmux/tmux.conf.j2 new file mode 100644 index 0000000..0794694 --- /dev/null +++ b/dots/tmux/.config/tmux/tmux.conf.j2 @@ -0,0 +1,31 @@ +#-- -- +set -g prefix C-s + +set -g mode-keys vi +bind-key -T copy-mode-vi 'v' send -X begin-selection +bind-key -T copy-mode-vi 'C-v' send -X rectangle-toggle +bind-key -T copy-mode-vi 'y' send -X copy-selection + +unbind r +bind r source-file ~/.config/tmux/tmux.conf + +bind-key h select-pane -L +bind-key j select-pane -D +bind-key k select-pane -U +bind-key l select-pane -R +#-- -- + +#-- -- +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sensible' +#-- -- + +#-- -- +{{ theme.tmux.plugin.line }} +{{ theme.tmux.plugin.conf }} +#-- -- + +#-- -- +# keep at bottom +run '~/.tmux/plugins/tpm/tpm' +#-- -- -- cgit v1.2.3-70-g09d2