sublimehq / Vintage

Vintage mode adds a vi style command mode to Sublime Text 2
http://www.sublimetext.com/docs/2/vintage.html
579 stars 75 forks source link

Ctrl key does not work #200

Open montalvomiguelo opened 9 years ago

montalvomiguelo commented 9 years ago

I have the following settings(user), I'm using Sublime Text 2 in Yosemite:

{
    "ignored_packages":
    [
        // "Vintage"
    ],
    "vintage_start_in_command_mode": true,
    "vintage_ctrl_keys": true
}

But the the Ctrl key bindings does not work:

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