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
Is this a BUG REPORT or FEATURE REQUEST? (choose one): Bug Report
What happened:
Mapped <C-s> using vim.insertModeKeyBindingsNonRecursive and was unable to the mapped commands to happen. Mapped <C-n> to the same commands and that worked.
What did you expect to happen:
While in insert mode I should be able to press <C-s> or <C-n> to save the file and exit insert mode.
How to reproduce it (as minimally and precisely as possible):
If we do bind to them, that means we'll need to handle whatever <c-n> and <c-s> they are supposed to do in the editor (ie. new window/save) in the event that there is no user remapping for those keys.
Is this a BUG REPORT or FEATURE REQUEST? (choose one): Bug Report
What happened:
Mapped
<C-s>
using vim.insertModeKeyBindingsNonRecursive and was unable to the mapped commands to happen. Mapped<C-n>
to the same commands and that worked.What did you expect to happen:
While in insert mode I should be able to press
<C-s>
or<C-n>
to save the file and exit insert mode.How to reproduce it (as minimally and precisely as possible):
<C-s>
, nothing will happen. Hit<C-n>
File will be saved and you will be taken out of insert mode.Environment:
The text was updated successfully, but these errors were encountered: