Description of the problem or steps to reproduce
I want to bind Ctrl-Enter to EndOfLine,InsertNewline mimicking Sublime Text behavior. The press of Enter is seems to be captured by the default InsertNewline, so that I get the normal Enter behavior even if I also press Ctrl.
{
"CtrlEnter": "EndOfLine,InsertNewline",
}
I don't think this is an issue with my command, as it works with other keys. I also had no success with additionally defining "Enter": "InsertNewline" in bindings.json.
Specifications
Commit hash: 1856891
OS: Linux Ubuntu 18.04 (Kernel 4.15)
Terminal: gnome-terminal 3.28.2
Description of the problem or steps to reproduce
I want to bind
Ctrl-EntertoEndOfLine,InsertNewlinemimicking Sublime Text behavior. The press ofEnteris seems to be captured by the defaultInsertNewline, so that I get the normalEnterbehavior even if I also pressCtrl.{ "CtrlEnter": "EndOfLine,InsertNewline", }I don't think this is an issue with my command, as it works with other keys. I also had no success with additionally defining
"Enter": "InsertNewline"inbindings.json.Specifications
Commit hash: 1856891
OS: Linux Ubuntu 18.04 (Kernel 4.15)
Terminal:
gnome-terminal3.28.2