Jumplist entries for using ex-mode for line navigation. #5741
-
When I use, for example, A couple questions for the community:
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The code for this function is here: helix/helix-term/src/commands/typed.rs Lines 1413 to 1455 in c9b583e The There isn't currently a way to disable this behavior. It would be nice to debounce it, maybe using the idle-timeout. |
Beta Was this translation helpful? Give feedback.
-
I personally like to use It doesn't have a preview, though. |
Beta Was this translation helpful? Give feedback.
The code for this function is here:
helix/helix-term/src/commands/typed.rs
Lines 1413 to 1455 in c9b583e