Open
Bug 1012451
Opened 12 years ago
Updated 10 months ago
CTRL-[ is not treated as ESC in VIM mode
Categories
(DevTools :: Source Editor, defect)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: reg, Unassigned)
Details
Steps to reproduce:
1. Enable VIM mode for source editor, by setting "devtools.editor.keymap" to value "vim".
2. Open Scratchpad with Shift-F4.
3. Enter Insert Mode by pressing key "i".
4. Press CTRL-[.
Actual Results:
"[" is entered literally into the editor.
Expected Results:
Pressing CTRL-[ should have been treated as pressing ESC key, thus switching editor mode to Normal.
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 1•3 years ago
|
||
small update on this one, for now CTRL-[ doesn't add a literal [ instead it cycles through the devtools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•