From 413e694e0a3085260ffed3b33fbc425d7f1f81c0 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Sat, 7 Dec 2024 18:53:12 -0500 Subject: [PATCH] fix: rename keybind for rotating windows change theme to customized version --- .config/tmux/tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 5a6a89f..413a411 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -66,7 +66,7 @@ bind-key -N "Resize pane right" -r l resize-pane -R 5 # window layout bind-key -N "Cycle window layout" enter next-layout -bind-key -N "Rotate panes clockwise around window" -n C-o rotate-window +bind-key -N "Rotate panes clockwise around window" -n C-[ rotate-window # Fullscreen current pane bind-key -N "Zoom current pane (fill window)" -r m resize-pane -Z @@ -100,7 +100,8 @@ unbind -T copy-mode-vi MouseDragEnd1Pane set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'christoomey/vim-tmux-navigator' -set -g @plugin 'nordtheme/tmux' +set -g @plugin 'cdanesi/nordtheme-tmux' +set -g @plugin 'tmux-plugins/tmux-battery' # display remaining battery pct set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-resurrect' # persist tmux sessions across reboot set -g @plugin 'tmux-plugins/tmux-continuum' # automatically saves session every 15 mins