From b29dc4e14756d755731f8cab8cb84a5b1e2c7d89 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Wed, 14 Aug 2024 23:56:52 +0500 Subject: tmux: Update search bindings --- files/.config/tmux/tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'files/.config/tmux/tmux.conf') diff --git a/files/.config/tmux/tmux.conf b/files/.config/tmux/tmux.conf index 9ec8220..fc30009 100644 --- a/files/.config/tmux/tmux.conf +++ b/files/.config/tmux/tmux.conf @@ -61,8 +61,9 @@ set -g status-right "$USER@#h %H:%M" # Search search='~/.config/tmux/scripts/search' bind / run "$search" -bind -n C-F run "$search path" -bind -n C-G run "$search interesting" +bind C-F run "$search path" +bind C-U run "$search url" +bind C-G run "$search interesting" set -g @colors-solarized 'light' -- cgit v1.2.3