Skip to content

Instantly share code, notes, and snippets.

View TiagoSansao's full-sized avatar
👋
^^

Tiago Sansão TiagoSansao

👋
^^
View GitHub Profile
@TiagoSansao
TiagoSansao / .tmux.conf
Last active July 3, 2026 20:10
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