aboutsummaryrefslogtreecommitdiff
path: root/files/.config/tmux/tmux.conf
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2024-05-18 00:30:06 +0500
committerAnton Bobov <anton@bobov.name>2024-05-18 00:38:51 +0500
commita8b4132b7a5fe99ca1d5b9d575b377be078ee43e (patch)
tree9bd94f1d83c9fd616bced43c8b083b4feb2789dd /files/.config/tmux/tmux.conf
parent7515d6b576fe5f56462c5c2fdcc298c75b8c9dab (diff)
[tmux] Replace copycat with native search
Diffstat (limited to 'files/.config/tmux/tmux.conf')
-rw-r--r--files/.config/tmux/tmux.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/files/.config/tmux/tmux.conf b/files/.config/tmux/tmux.conf
index 5ba8335..9ec8220 100644
--- a/files/.config/tmux/tmux.conf
+++ b/files/.config/tmux/tmux.conf
@@ -58,6 +58,12 @@ bind BTab swap-pane -t -
# Status bar
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"
+
set -g @colors-solarized 'light'
# To Install Plugin: <Prefix> + I
@@ -72,7 +78,6 @@ set -g @plugin 'seebi/tmux-colors-solarized'
set -g @plugin 'christoomey/vim-tmux-navigator'
set -g @plugin 'tmux-plugins/tmux-pain-control'
set -g @plugin 'tmux-plugins/tmux-yank'
-set -g @plugin 'tmux-plugins/tmux-copycat'
set -g @plugin 'tmux-plugins/tmux-open'
set -g @plugin 'tmux-plugins/tmux-resurrect'