RunJS
RunJS copied to clipboard
Comment shortcut on linux (ubuntu) not working as expected.
Hi, I am using RunJS version 2.4.7 on a Linux machine (ubuntu). I use vim key-binding.
When I want to comment somewhere and use visual mode (i.e. select lines via Ctrl+v) the Ctrl+/ would not comment on the selected block of code, but if I hit / one time (and go to search mode) and then hit Ctrl+/ again the commenting mechanism works.
Also if I hit Ctrl+/ on insert mode it would correctly comment the active line.
{
"version": "2.7.4",
"platform": "linux",
"arch": "x64",
"activated": false,
"logs": []
}
Thanks, @MahdiAghaei1. I'll look into it.