You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C-F doesnt detect file patterns. It detects only folders.
The issue is in this regular expression:
copycat.tmux
if stored_search_not_defined "$file_search"; then
tmux set-option -g "${COPYCAT_VAR_PREFIX}_${file_search}" "(^|^\.|[[:space:]]|[[:space:]]\.|[[:space:]]\.\.|^\.\.)[[:alnum:]~_-]*/[][[:alnum:]_.#$%&+=/@-]*"
fi
The text was updated successfully, but these errors were encountered:
Examples: non-perfect file and url matching and selection
If you guys have a better idea how to match files with a regex you can define your own "file search" mapping or override the default. If you think you have a better solution than this plugin then feel free to open a PR.
C-F doesnt detect file patterns. It detects only folders.
The issue is in this regular expression:
copycat.tmux
The text was updated successfully, but these errors were encountered: