fix: rename keybind for rotating windows
change theme to customized version
This commit is contained in:
@@ -66,7 +66,7 @@ bind-key -N "Resize pane right" -r l resize-pane -R 5
|
|||||||
|
|
||||||
# window layout
|
# window layout
|
||||||
bind-key -N "Cycle window layout" enter next-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
|
# Fullscreen current pane
|
||||||
bind-key -N "Zoom current pane (fill window)" -r m resize-pane -Z
|
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 'tmux-plugins/tpm'
|
||||||
|
|
||||||
set -g @plugin 'christoomey/vim-tmux-navigator'
|
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-yank'
|
||||||
set -g @plugin 'tmux-plugins/tmux-resurrect' # persist tmux sessions across reboot
|
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
|
set -g @plugin 'tmux-plugins/tmux-continuum' # automatically saves session every 15 mins
|
||||||
|
|||||||
Reference in New Issue
Block a user