summaryrefslogtreecommitdiff
path: root/.tmux.conf
blob: dc0a9be8a21a25e0229d765abefbbbf16cb42d3c (plain)
1
2
3
4
5
set -g status-right-length 120
set -g status-right "#(status)"
set -s copy-command "xsel -i"
set -g destroy-unattached
bind u run "tmux capture-pane; tmux show-buffer | dmenu-urlselect | xargs open-url"

Generated with cgit - Back to sebastiano.tronto.net