We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ssh://
url_search
1 parent 0f905ad commit 5113391Copy full SHA for 5113391
copycat.tmux
@@ -14,7 +14,7 @@ set_default_stored_searches() {
14
local ip_search="$(get_tmux_option "$copycat_ip_search_option" "$default_ip_search_key")"
15
16
if stored_search_not_defined "$url_search"; then
17
- tmux set-option -g "${COPYCAT_VAR_PREFIX}_${url_search}" "(https?://|git@|git://|ftp://|file:///)[[:alnum:]?=%/_.:,;~@!#$&()*+-]*"
+ tmux set-option -g "${COPYCAT_VAR_PREFIX}_${url_search}" "(https?://|git@|git://|ssh://|ftp://|file:///)[[:alnum:]?=%/_.:,;~@!#$&()*+-]*"
18
fi
19
if stored_search_not_defined "$file_search"; then
20
tmux set-option -g "${COPYCAT_VAR_PREFIX}_${file_search}" "(^|^\.|[[:space:]]|[[:space:]]\.|[[:space:]]\.\.|^\.\.)[[:alnum:]~_-]*/[][[:alnum:]_.#$%&+=/@-]*"
0 commit comments