Add notes for installation of tpm
This commit is contained in:
parent
3b80b4b99a
commit
a549dde9e2
@ -22,6 +22,8 @@ set -g status-keys vi
|
|||||||
set -g history-limit 1000
|
set -g history-limit 1000
|
||||||
|
|
||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
|
# For newer tmux-en use mode-mouse
|
||||||
|
# setw -g mode-mouse on
|
||||||
setw -g mouse on
|
setw -g mouse on
|
||||||
setw -g monitor-activity on
|
setw -g monitor-activity on
|
||||||
|
|
||||||
@ -34,6 +36,8 @@ bind -n M-j select-pane -D
|
|||||||
bind -n M-k select-pane -U
|
bind -n M-k select-pane -U
|
||||||
bind -n M-l select-pane -R
|
bind -n M-l select-pane -R
|
||||||
|
|
||||||
|
# Install the tmux plugin manager
|
||||||
|
# git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||||
# List of plugins
|
# List of plugins
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
@ -47,3 +51,6 @@ set -g @plugin 'omerxx/tmux-sessionx'
|
|||||||
|
|
||||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||||
run '~/.tmux/plugins/tpm/tpm'
|
run '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|
||||||
|
# Some good scrollback/copy/paste info
|
||||||
|
# https://dev.to/iggredible/the-easy-way-to-copy-text-in-tmux-319g
|
||||||
|
Loading…
Reference in New Issue
Block a user