diff options
author | Cody Hiar <codyfh@gmail.com> | 2019-04-25 14:47:44 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2019-04-25 14:47:44 -0600 |
commit | bde2750faef0cff2404b724a2a4eaeeb8e225b88 (patch) | |
tree | 8ac2630c98cbbdefc3842f2ee91206a9d0bece9a /stow | |
parent | b5efb94ed8e3cb15f489cdabe4fe2cbc00af1df9 (diff) |
Fixed url search
Diffstat (limited to 'stow')
-rw-r--r-- | stow/tmux/.tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf index a7efe92..de4dbf3 100644 --- a/stow/tmux/.tmux.conf +++ b/stow/tmux/.tmux.conf @@ -21,6 +21,8 @@ bind L resize-pane -R 3 # Rollodex commands bind n run-shell "bash $HOME/.tmux/scripts/rolodex.sh next" bind p run-shell "bash $HOME/.tmux/scripts/rolodex.sh prev" +# Url Searching +bind C-u run-shell "bash $HOME/.tmux/scripts/url_search.sh" # Bind the last window/pane command bind C-b last-pane bind C-f last-window |