Skip to content

Instantly share code, notes, and snippets.

@s10wen
Created November 27, 2015 10:18
Show Gist options
  • Save s10wen/327867669b86f2f055e3 to your computer and use it in GitHub Desktop.
Save s10wen/327867669b86f2f055e3 to your computer and use it in GitHub Desktop.
.test {
padding: 0;
margin: 0;
border: 10px solid red;
}
@scottwakefield
Copy link

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
Copy link
Author

s10wen commented Nov 27, 2015

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

@scottwakefield
Copy link

I just added this in my user key bindings file:

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

@s10wen
Copy link
Author

s10wen commented Nov 27, 2015

💃 disco! Cheers ^_^

@benfrain
Copy link

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