How to disable only the single selection of the esc button in windows but not the deselection of text on sublime text ?
It’s has become recently very annoying considering the fact that I use it very heavily for competetive programming.
It didn’t use to happen in the beginning but then I installed some plugin that goes by FastOlympicCoding and it ruined the entire system.
Here is the a snapshot of my key bindings.
(if you are unable to see it)
Default keymap of user
[
{ “keys”: [“f9”], “command”: “build”, “args”: {“select”: true}
},
{ “keys”: [“escape”], “command”: “single_selection”, “context”:
[
{ “key”: “num_selections”, “operator”: “not_equal”, “operand”: false }
]
}
]
How to disable only the single selection of the esc button in windows but not the deselection of text on sublime text ?
please guide me through it…