Is it possible? It’s because I obviously don’t want to forgo the standard combos like Ctrl+A
to select all, Ctrl+F
to find; but these two are almost only effective when in Insert mode for me. The instructions in the docs are straightforward: those keys are disabled by default because of the obvious conflict. So, can I “contextualize” the keybindings to have Ctrl+F
scroll a page IF Sublime Text is with the Vintage package enabled and on Command mode?
Ctrl keys in Vintage mode, but only when in Command mode?
Nolan
#1
0 Likes
jfcherng
#3
Wouldn’t the following part in the docs help?
However, because they conflict with other Sublime Text key bindings, these are disabled by default on Windows and Linux. They can be enabled with the
vintage_ctrl_keys
setting:“vintage_ctrl_keys”: true
0 Likes