added tmux theming

zsh
_N0x 3 years ago
parent 0d26cd6e7e
commit e6c5c43300

@ -44,6 +44,20 @@ bind -T copy-mode-vi PageUp send-keys -X page-up
bind -T copy-mode-vi WheelUpPane select-pane \; send-keys -X -N 2 scroll-up
bind -T copy-mode-vi WheelDownPane select-pane \; send-keys -X -N 2 scroll-down
# split panes using | and -
bind | split-window -h
bind - split-window -v
unbind '"'
unbind %
# switch panes using Alt-arrow without prefix
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D
# wrap default shell in reattach-to-user-namespace if available
# there is some hack with `exec & reattach`, credits to "https://github.com/gpakosz/.tmux"
# don't really understand how it works, but at least window are not renamed to "reattach-to-user-namespace"
@ -73,3 +87,12 @@ bind -T copy-mode-vi MouseDown1Pane select-pane \;\
# iTerm2 works with clipboard out of the box, set-clipboard already set to "external"
# tmux show-options -g -s set-clipboard
# set-clipboard on|external
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
set -g @plugin "arcticicestudio/nord-tmux"

@ -0,0 +1 @@
Subproject commit 5bb2086690e3e27378794fb68ed98e91f0cce059

@ -0,0 +1 @@
Subproject commit 5d089e418efb1a00f47654014ed085deb3d0c878

@ -0,0 +1 @@
Subproject commit 693e5a2a0f6acfd2666882655d5dfd32e8c6c50b
Loading…
Cancel
Save