From dda7d96aca0108a177d95c7d1013994ddcd7cd0b Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 3 Dec 2024 16:45:03 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-03 16:45:03 --- .config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 654dbbfb..bf272d2e 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -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