AutoYADM commit: 2024-12-16 17:10:03

This commit is contained in:
Daniel Fichtinger 2024-12-16 17:10:03 -05:00
parent 261d8f3536
commit fc8ecf8c7e
2 changed files with 19 additions and 11 deletions

View file

@ -40,16 +40,20 @@ set -g bell-action none
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'christoomey/vim-tmux-navigator'
# set -g @plugin 'christoomey/vim-tmux-navigator'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'niksingh710/minimal-tmux-status'
# set -g @plugin 'tmux-plugins/tmux-resurrect'
# set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @vim_navigator_mapping_left "C-Left"
set -g @vim_navigator_mapping_right "C-Right"
set -g @vim_navigator_mapping_up "C-Up"
set -g @vim_navigator_mapping_down "C-Down"
# set -g @vim_navigator_mapping_left "C-Left"
# set -g @vim_navigator_mapping_right "C-Right"
# set -g @vim_navigator_mapping_up "C-Up"
# set -g @vim_navigator_mapping_down "C-Down"
bind -n M-m select-pane -L
bind -n M-n select-pane -D
bind -n M-e select-pane -U
bind -n M-i select-pane -R
# Theme Settings
set -g @minimal-tmux-use-arrow false
@ -80,7 +84,7 @@ bind x kill-window
bind -n M-x killp
bind -n M-f resize-pane -Z
bind - copy-mode
bind -n M-i next-window
bind -n M-m previous-window
bind -n M-u next-window
bind -n M-l previous-window
run '/usr/share/tmux-plugin-manager/tpm'