In Sublime text 3, there is according to the docs a setting to enable use of certain control key shortcuts that are disabled by default in Vintage mode. https://www.sublimetext.com/docs/3/vintage.html
I have put the line "vintage_ctrl_keys": true in my user preferences file, but the promised bindings
Ctrl+[: Escape
Ctrl+R: Redo
Ctrl+Y: Scroll down one line
Ctrl+E: Scroll up one line
Ctrl+F: Page Down
Ctrl+B: Page Up
don't work. Are there plugins that conflict with Vintage mode?