AutoYADM commit: 2024-12-03 16:45:03

This commit is contained in:
Daniel Fichtinger 2024-12-03 16:45:03 -05:00
parent fbe0dd51c0
commit dda7d96aca

View file

@ -35,9 +35,11 @@ set -g @vim_navigator_mapping_up "C-Up"
set -g @vim_navigator_mapping_down "C-Down"
# Theme Settings
set -g @minimal-tmux-status "top"
set -g @minimal-tmux-justify "centre"
set -g @minimal-tmux-bg "#933737"
set -g @minimal-tmux-fg "#000000"
bind-key t set-option status
set -g @minimal-tmux-use-arrow false
@ -53,6 +55,7 @@ bind-key b set-option status
bind -n M-v split-window -h -c "#{pane_current_path}"
bind -n M-s split-window -v -c "#{pane_current_path}"
bind x kill-window
bind -n M-x killp
bind -n M-f resize-pane -Z
bind - copy-mode