How can I go to the match bracket which is like the '%' in the vim? #8961
Unanswered
hackers267
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How can I go to the match bracket which is like the '%' in the vim?
The command
mm
can match what I want in common, but If I was writing a nushell script which is about completion, the command doesn't work.For example, the nushell script is
test.nu
, the contest isWhen I in the script, I can't go to the match bracket with
mm
, I just use themi[
+Alt + ;
to replace it.The nushell completion come here;
The version of helix is 23.10(0c81ef7), which is from helix-git package in the archlinux aur.
Beta Was this translation helpful? Give feedback.
All reactions