Created
November 27, 2015 10:18
-
-
Save s10wen/327867669b86f2f055e3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.test { | |
padding: 0; | |
margin: 0; | |
border: 10px solid red; | |
} |
hmm, I've tried it on my work and home computer, same issue. Do you have any custom preferences setup for it? Wonder if it's another package conflicting.
Are you using word mode or character mode?
It works if you use character mode. I had to setup another keybinding for it though as the default of super+shift+'
didn't work for some reason (perhaps conflicting with another package).
@scottwakefield ah, I didn't know about the different modes, how did you setup the new keybinding?
I just added this in my user key bindings file:
[
{ "keys": ["super+shift+\\"], "command": "ace_jump_char" },
]
💃 disco! Cheers ^_^
Nice Scott, totally forgot about the different modes.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using Consolas font. Not sure if that would make any difference?????