You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've mapped a few commands in insert mode to use the select mode for quick selection without mode switch
Currently I have to add insert_mode at the end of every command, but originally I expected he exit_select_mode to return to the previous mode instead of returning to the normal mode, so I think exit should behave the other way around - if you need to get back, you use exit, if you need to get to normal mode, you use normal_mode
This discussion was converted from issue #6603 on April 07, 2024 03:02.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I've mapped a few commands in insert mode to use the select mode for quick selection without mode switch
Currently I have to add
insert_mode
at the end of every command, but originally I expected heexit_select_mode
to return to the previous mode instead of returning to the normal mode, so I thinkexit
should behave the other way around - if you need to get back, you useexit
, if you need to get to normal mode, you usenormal_mode
Beta Was this translation helpful? Give feedback.
All reactions