diff options
author | Tharre <tharre3@gmail.com> | 2018-05-09 03:11:58 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-05-09 17:28:39 +0200 |
commit | 6cbeea113bb806067d1931d4dbcedc2b6c229bfb (patch) | |
tree | ce2c371572a918f0cbeaeab186221420a18025bc /.tmux.conf | |
parent | c9d6df5d6652e24a07d3a5fac558e6f746b1363f (diff) | |
download | dotfiles-6cbeea113bb806067d1931d4dbcedc2b6c229bfb.tar.gz dotfiles-6cbeea113bb806067d1931d4dbcedc2b6c229bfb.tar.xz dotfiles-6cbeea113bb806067d1931d4dbcedc2b6c229bfb.zip |
tmux: add tmux-url-select
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |