summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 7df6d70..dc0a9be 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,4 +1,5 @@
1set -g status-right-length 120 1set -g status-right-length 120
2set -g status-right "#(status)" 2set -g status-right "#(status)"
3set -s copy-command "xsel -i" 3set -s copy-command "xsel -i"
4set -g destroy-unattached
4bind u run "tmux capture-pane; tmux show-buffer | dmenu-urlselect | xargs open-url" 5bind u run "tmux capture-pane; tmux show-buffer | dmenu-urlselect | xargs open-url"

Generated with cgit - Back to sebastiano.tronto.net