aboutsummaryrefslogtreecommitdiff
path: root/files/.config/tmux/tmux.conf
diff options
context:
space:
mode:
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'