summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-05-09 21:56:07 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-05-09 22:01:16 +0200
commit9f1b510f72dc6377c0eed87e81bb57e4a776fa18 (patch)
tree4f296c4722c9faca3590b3f19e415c75284d768a
parent834f127ef8d3952bfe0deaa2abc31075d0d45de4 (diff)
downloadconfig-9f1b510f72dc6377c0eed87e81bb57e4a776fa18.tar.gz
config-9f1b510f72dc6377c0eed87e81bb57e4a776fa18.zip
Very basic tmux.conf
-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