summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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