How to disable jumping? #250
Answered
by
kylechui
gaoqiangks
asked this question in
Q&A
-
If the cursor is not located inside a surrounding pair, it can jump to the "nearest" pair. This is an excellent feature. However, if I mistyped something accedently, the cursor may jump to somewhere I don't mean to be, and it would change my code. In this case, I have carefully check what has been changed. So, is there any way to disable this feature? |
Beta Was this translation helpful? Give feedback.
Answered by
kylechui
Jun 21, 2023
Replies: 1 comment 1 reply
-
See |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gaoqiangks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See
:h nvim-surround.config.move_cursor
. Note that #112 is still an active issue.