From 9f1b510f72dc6377c0eed87e81bb57e4a776fa18 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 9 May 2026 21:56:07 +0200 Subject: Very basic tmux.conf --- .tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..7df6d70 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,4 @@ +set -g status-right-length 120 +set -g status-right "#(status)" +set -s copy-command "xsel -i" +bind u run "tmux capture-pane; tmux show-buffer | dmenu-urlselect | xargs open-url" -- cgit v1.3