At :h CTRL-Z, it said In Visual mode Vim goes back to Normal mode.:
CTRL-Z Suspend Vim, like ":stop".
Works in Normal and in Visual mode. In Insert and
Command-line mode, the CTRL-Z is inserted as a normal
character. In Visual mode Vim goes back to Normal
mode.
Note: if CTRL-Z undoes a change see |mswin.vim|.
But, on my MS-Windows's GUI and TUI, in Visual mode , I press and it work same as Normal mode.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@mao-yining it states that ctrl-z acts same for both visual and normal mode
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
CTRL-Z Suspend Vim, like ":stop".
Works in Normal and in Visual mode.
@mao-yining it states that ctrl-z acts same for both visual and normal mode so it is expected behaviour
I mean. 'goes back to' in doc means act different.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Current behaviour:
https://asciinema.org/a/8zzuOq4MF43dPSvpAr8EY5ZCs
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
After you type exit you can see that Vim has gone back to Normal mode. Or if you have a VimSuspend autocommand you can see that Vim has gone back to Normal mode just before suspending.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
After you type exit you can see that Vim has gone back to Normal mode. Or if you have a VimSuspend autocommand you can see that Vim has gone back to Normal mode just before suspending.
So I think it's better to say "In Visual mode Vim goes back to Normal mode just before suspending".
Thanks for your kind explanation.
@chrisbra Could you please modify the phrasing in the original document? Thank you.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
will do, thanks
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Closed #18975 as completed via 64799a5.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()