aboutsummaryrefslogtreecommitdiff
path: root/stow
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2019-04-25 14:47:44 -0600
committerCody Hiar <codyfh@gmail.com>2019-04-25 14:47:44 -0600
commitbde2750faef0cff2404b724a2a4eaeeb8e225b88 (patch)
tree8ac2630c98cbbdefc3842f2ee91206a9d0bece9a /stow
parentb5efb94ed8e3cb15f489cdabe4fe2cbc00af1df9 (diff)
Fixed url search
Diffstat (limited to 'stow')
-rw-r--r--stow/tmux/.tmux.conf2
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