create initial action for Semantic search mode

This commit is contained in:
KCaverly 2023-09-20 09:48:27 -04:00
parent a366ad02ce
commit 912e6e8091
3 changed files with 27 additions and 4 deletions

View file

@ -39,7 +39,7 @@ actions!(
ActivateSemanticMode,
ActivateRegexMode,
ReplaceAll,
ReplaceNext
ReplaceNext,
]
);