diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index b6cb6121..d0c252c0 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -18,18 +18,28 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'tmux-plugins/tmux-yank' +set -g @plugin 'niksingh710/minimal-tmux-status' 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" +# Theme Settings +set -g @minimal-tmux-justify "centre" +set -g @minimal-tmux-bg "#933737" +set -g @minimal-tmux-fg "#000000" + +set -g @minimal-tmux-use-arrow false + set-window-option -g mode-keys vi bind-key -T copy-mode-vi v send-keys -X begin-selection bind-key -T copy-mode-vi C-v send-keys -X rectangle-toggle bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel +bind-key b set-option status + bind v split-window -v bind h split-window -h