Vintage icon indicating copy to clipboard operation
Vintage copied to clipboard

Multiple selection mode and escape, goes into command mode

Open deiga opened this issue 11 years ago • 0 comments

Say you have multiple instances of a word selected. W/o Vintage pressing escape clears the selection. With Vintage it changes from insert mode to command mode. I'd like to override this functionality, but my keybinding doesn't seem to have an effect.

I have this in my user keybindings:

{ "keys": ["escape"], "command": "exit_insert_mode",
    "context":
    [
      { "key": "setting.command_mode", "operand": false },
      { "key": "setting.is_widget", "operand": false },
      { "key": "num_selections", "operator": "equal", "operand": 1 }
    ]
  }

deiga avatar Mar 07 '13 05:03 deiga