Skip to content

Instantly share code, notes, and snippets.

@TiagoSansao
Last active July 3, 2026 20:10
Show Gist options
  • Select an option

  • Save TiagoSansao/1423905dfa0c55fabd681196118ebfb3 to your computer and use it in GitHub Desktop.

Select an option

Save TiagoSansao/1423905dfa0c55fabd681196118ebfb3 to your computer and use it in GitHub Desktop.
linux tmux config
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'dracula/tmux'
set -g @dracula-show-fahrenheit false
bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xclip -in -selection clipboard > /dev/null"
bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel "xclip -in -selection clipboard > /dev/null"
setw -g mode-keys vi
run '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment