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

Generated with cgit - Back to sebastiano.tronto.net