diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-05-09 21:56:07 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-05-09 22:01:16 +0200 |
| commit | 9f1b510f72dc6377c0eed87e81bb57e4a776fa18 (patch) | |
| tree | 4f296c4722c9faca3590b3f19e415c75284d768a | |
| parent | 834f127ef8d3952bfe0deaa2abc31075d0d45de4 (diff) | |
| download | config-9f1b510f72dc6377c0eed87e81bb57e4a776fa18.tar.gz config-9f1b510f72dc6377c0eed87e81bb57e4a776fa18.zip | |
Very basic tmux.conf
| -rw-r--r-- | .tmux.conf | 4 |
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 @@ | |||
| 1 | set -g status-right-length 120 | ||
| 2 | set -g status-right "#(status)" | ||
| 3 | set -s copy-command "xsel -i" | ||
| 4 | bind u run "tmux capture-pane; tmux show-buffer | dmenu-urlselect | xargs open-url" | ||
