Open tourman opened 4 years ago
I got around this by copying Sublimes default toggle_comment command over to my user pref key-bindings
{ "keys": ["super+forward_slash"], "command": "toggle_comment", "args": { "block": false } }
The above fix also worked for me! Albeit switching super+forward_slash
to ctrl+forward_slash
for Windows behavior. Thanks!
Description
A code line is shifting while toggling comments by a shortcut. See gif: https://ibb.co/9ZGvWPj However the toggling by the dropdown from the main menu works fine.
Steps to reproduce
Expected behavior
There should be no indents after the toggling single-line comments via a shortcut.
Actual behavior
The line I try to twice toggle comment for is shifted by a space. While a shortcut console shows the following only.
The menu usage causes console to show this:
Environment