summaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 86822a5..26fdfa2 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -13,5 +13,6 @@ set-option -g set-titles on
set-option -g set-titles-string "#W"
bind-key r source-file ~/.tmux.conf \; display "Config reloaded!"
+bind z run tmux-url-select
if-shell "test -e ~/.tmux.conf.local" "source-file ~/.tmux.conf.local"