AutoYADM commit: 2024-12-03 16:45:03
This commit is contained in:
parent
fbe0dd51c0
commit
dda7d96aca
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue