Skip to content

Instantly share code, notes, and snippets.

@roelandmoors
Created March 3, 2024 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roelandmoors/d5e53f68274e51854720943866d6a2af to your computer and use it in GitHub Desktop.
Save roelandmoors/d5e53f68274e51854720943866d6a2af to your computer and use it in GitHub Desktop.
tmux
bind -n S-Right next-window
bind -n S-Left previous-window
# 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 'seebi/tmux-colors-solarized'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment