summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-05-12 09:13:58 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-05-12 09:13:58 +0200
commitb7c18988ebe9114c114003178225201b5bb67e0c (patch)
treec5130efec3f45679ad0f99a02cbe486dbc3cea0e
parentf79a04e2feccd0c3b897c76c6feff64f28e9010f (diff)
downloadconfig-b7c18988ebe9114c114003178225201b5bb67e0c.tar.gz
config-b7c18988ebe9114c114003178225201b5bb67e0c.zip
Experimenting with tmux config
-rw-r--r--.tmux.conf14
1 files changed, 13 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index dc0a9be..acd9bea 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,5 +1,17 @@
1# Use Ctrl+F as lead key
2unbind C-b
3set -g prefix C-f
4bind-key -n C-f send-prefix
5
6# Status bar with external command
1set -g status-right-length 120 7set -g status-right-length 120
2set -g status-right "#(status)" 8set -g status-right "#(status)"
3set -s copy-command "xsel -i" 9
10# Copy to clipboard, not only the tmux buffer
11set -s copy-command "xsel -ib"
12
13# Destroy unattached session (use only as multiplexer)
4set -g destroy-unattached 14set -g destroy-unattached
15
16# Select and prompt for opening URLs on lead + U with external command
5bind u run "tmux capture-pane; tmux show-buffer | dmenu-urlselect | xargs open-url" 17bind u run "tmux capture-pane; tmux show-buffer | dmenu-urlselect | xargs open-url"

Generated with cgit - Back to sebastiano.tronto.net