Sublime Forum

Ctrl keys in Vintage mode, but only when in Command mode?

#1

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?

0 Likes

#2

Anyone? This would be really useful :frowning:

0 Likes

#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

#4

As for this, setting.command_mode can be used as the context key.

1 Like