diff options
| -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" | ||
