Skip to content

Instantly share code, notes, and snippets.

@s10wen
Created November 27, 2015 10:18
Show Gist options
  • Select an option

  • Save s10wen/327867669b86f2f055e3 to your computer and use it in GitHub Desktop.

Select an option

Save s10wen/327867669b86f2f055e3 to your computer and use it in GitHub Desktop.
.test {
padding: 0;
margin: 0;
border: 10px solid red;
}
@benfrain

Copy link
Copy Markdown

Works fine on mine!

@benfrain

Copy link
Copy Markdown

I'm using Consolas font. Not sure if that would make any difference?????

@s10wen

s10wen commented Nov 27, 2015

Copy link
Copy Markdown
Author

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.

@scottwakefield

Copy link
Copy Markdown

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).

@s10wen

s10wen commented Nov 27, 2015

Copy link
Copy Markdown
Author

@scottwakefield ah, I didn't know about the different modes, how did you setup the new keybinding?

@scottwakefield

Copy link
Copy Markdown

I just added this in my user key bindings file:

[
    { "keys": ["super+shift+\\"], "command": "ace_jump_char" },
]

@s10wen

s10wen commented Nov 27, 2015

Copy link
Copy Markdown
Author

💃 disco! Cheers ^_^

@benfrain

Copy link
Copy Markdown

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