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