diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2020-04-28 01:15:10 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2020-04-28 01:15:10 +0200 |
commit | 31409d4d579d6a3059a48dfed629728ba0596ad4 (patch) | |
tree | c1ed914bc558f16a1da793225fdad7362d2a0da2 /files/rcs | |
parent | f04a008a8b5786734fa002ef27fb0f760552792d (diff) | |
download | configs-31409d4d579d6a3059a48dfed629728ba0596ad4.tar.gz configs-31409d4d579d6a3059a48dfed629728ba0596ad4.zip |
Added tmux-url-select.
Diffstat (limited to 'files/rcs')
-rw-r--r-- | files/rcs/.tmux.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/files/rcs/.tmux.conf b/files/rcs/.tmux.conf index 2b17bbb..63323a6 100644 --- a/files/rcs/.tmux.conf +++ b/files/rcs/.tmux.conf @@ -65,3 +65,8 @@ set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q' # recommended by nvim :healthcheck set-option -sa terminal-overrides ',rxvt-256color:RGB' + +# tmux-url-select + +bind u run tmux-url-select + |