Skip to content

Commit

Permalink
first config tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
saulogarcia committed Mar 15, 2023
1 parent 64357e1 commit d676cb5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions terminal-utils/tmux/tmux.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
unbind r
bind r source-file ~/.tmux.conf
set -g mouse on
set -g default-terminal "screen-256color"

# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'

# Other examples:
# set -g @plugin 'github_username/plugin_name'
# set -g @plugin '[email protected]/user/plugin'
# set -g @plugin '[email protected]/user/plugin'

# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run -b '~/.tmux/plugins/tpm/tpm'

set -g @continuum-restore 'on'

bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-selection -x

0 comments on commit d676cb5

Please sign in to comment.