Replies: 1 comment 10 replies
-
There are messages like starts with and ends with. You can probably match some characters and make them behave like regex. Let me know if you need help with the implementation. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In xplr repo folder, run
$ touch s
, then open xplr.Say you want to navigate to the file called
s
, you press/s
and you still see a lot of other files. How do you navigate tos
?Arrows work of course, I intutively tried to press
$
(like a regex, to say thats
is the last letter in the name), I tried to pressPageDown
andEnd
andArrowUp
, but they do nothing.Am I missing some trick? 🙂 Not sure about regex support, maybe an overkill for search, but at least
PageDown
andEnd
we could add? WithArrowUp
also not sure, sometimes I love when cursor wraps, sometimes I hate it 🙂Beta Was this translation helpful? Give feedback.
All reactions