RunJS icon indicating copy to clipboard operation
RunJS copied to clipboard

Comment shortcut on linux (ubuntu) not working as expected.

Open epicmet opened this issue 2 years ago • 1 comments

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": []
}

epicmet avatar Jan 24 '23 12:01 epicmet

Thanks, @MahdiAghaei1. I'll look into it.

lukehaas avatar Jan 24 '23 13:01 lukehaas