added tmux theme
This commit is contained in:
parent
975099489a
commit
110c542fe6
1 changed files with 10 additions and 0 deletions
|
@ -18,18 +18,28 @@ set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
set -g @plugin 'christoomey/vim-tmux-navigator'
|
set -g @plugin 'christoomey/vim-tmux-navigator'
|
||||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
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_left "C-Left"
|
||||||
set -g @vim_navigator_mapping_right "C-Right"
|
set -g @vim_navigator_mapping_right "C-Right"
|
||||||
set -g @vim_navigator_mapping_up "C-Up"
|
set -g @vim_navigator_mapping_up "C-Up"
|
||||||
set -g @vim_navigator_mapping_down "C-Down"
|
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
|
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 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 C-v send-keys -X rectangle-toggle
|
||||||
bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
|
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 v split-window -v
|
||||||
bind h split-window -h
|
bind h split-window -h
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue