diff --git a/tmux.conf b/tmux.conf index 4ad6a25..0b51eac 100644 --- a/tmux.conf +++ b/tmux.conf @@ -22,6 +22,8 @@ set -g status-keys vi set -g history-limit 1000 setw -g mode-keys vi +# For newer tmux-en use mode-mouse +# setw -g mode-mouse on setw -g mouse 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-l select-pane -R +# Install the tmux plugin manager +# git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm # List of plugins set -g @plugin 'tmux-plugins/tpm' 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) run '~/.tmux/plugins/tpm/tpm' + +# Some good scrollback/copy/paste info +# https://dev.to/iggredible/the-easy-way-to-copy-text-in-tmux-319g