tmux-copycat
tmux-copycat copied to clipboard
A plugin that enhances tmux search
I tried copying these new stored search examples from the README to my tmux.conf: ``` # 'prefix + ctrl-t' searches for "search me" string set -g @copycat_search_C-t "search me" #...
Even after escaping, searching for single quotes always produces an error. I have tried `'`, `\'`, `''`, `'''`, `'\''`, `''''`, nothing works.
Hey, I used copycat a bit and immediately realized something like this would be very useful. It'd be similar to the current regex search, but instead of writing a regex,...
File search `prefix + C-f` is not ideal and it can't match file names that don't contain forward slash `/`. That means when a user uses `ls`, most files won't...
it's not obvious that the docs/ folder exists if you are quickly viewing the repo. Custom searches is a really great feature.
Here is my tmux configuration: ```kotlin # ~/.tmux.conf set -g default-terminal "xterm" setw -g mode-keys vi set -g pane-border-status top # List of plugins set -g @plugin 'tmux-plugins/tpm' set -g...