summaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2018-05-09 03:11:58 +0200
committerTharre <tharre3@gmail.com>2018-05-09 17:28:39 +0200
commit6cbeea113bb806067d1931d4dbcedc2b6c229bfb (patch)
treece2c371572a918f0cbeaeab186221420a18025bc /.tmux.conf
parentc9d6df5d6652e24a07d3a5fac558e6f746b1363f (diff)
downloaddotfiles-6cbeea113bb806067d1931d4dbcedc2b6c229bfb.tar.gz
dotfiles-6cbeea113bb806067d1931d4dbcedc2b6c229bfb.tar.xz
dotfiles-6cbeea113bb806067d1931d4dbcedc2b6c229bfb.zip
tmux: add tmux-url-select
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"