In Sublime Text 2, how do I enclose a selection in a comment?
Is there a keyboard shortcut for this action?
标签:
sublimetext2
相关问题
- How to run code in Sublime text 2 python
- Why is Sublime Package Control not working?
- C++ 11 code compiles with `clang++`, but not with
- White text in Sublime Text
- mongo --shell file.js and “use” statement
相关文章
- trouble getting sublime to execute with linux term
-
Perl with Sublime Text 2:
not working - Show info about current character in status bar in
- How can a Sublime Text build system access the con
- In Sublime Text 3, how to have shortcuts for “Buil
- Use vim syntax definition with sublime-text2
- Does Sublime Text support live editing of CSS/SASS
- Move cursor on middle button paste in Sublime Text
In keyboard (Spanish), SO: Win7.
Go into Preferences->Key Bindings - Default, replace
..."ctrl+/"]...
by"ctrl+7"...
And don't use the numpad, it doesn't work. Just use the numbers above the letters
First Open The Sublime Text 2.
And top menu bar on select the
Preferences
.And than select the
Key Bindings -User
.And than put this code,
I use Ctrl+Shift+C, You also different short cut key use.
In my keyboard (Swedish) it´s the key to the right of "ä": "*".
ctrl+*
In a Brazilian Portuguese ABNT2 keyboard I have a similar issue to the one reported by JoshDM. In the file sublime-keymap I have:
But I have to use ctrl+; and ctrl+shift+;. On my keyboard, ; is on the left of /.
It seems like a bug.
you need to replace "/" with "7", it works on non english keyboard layout.
On my laptop with spanish keyboard, the problem seems to be the "/" on the key binding, I changed it to ctrl+shift+c and now it works.