Tutorials related chat. For other discussions please join https://gitter.im/codebar/chat
richardwestenra on gh-pages
Corrected minor spelling and gr… Merge pull request #481 from pe… (compare)
KimberleyCook on gh-pages
Replace use of 'join' function … Merge pull request #480 from bd… (compare)
KimberleyCook on gh-pages
add more youtube links (compare)
KimberleyCook on add-youtube-links-to-some-tutorials
KimberleyCook on gh-pages
add youtube links for further l… Merge pull request #479 from co… (compare)
KimberleyCook on add-youtube-links-to-some-tutorials
add youtube links for further l… (compare)
Hey there! Guys (sublime text users) how you deal with next problem:
/* some CSS */
.first-selector {
font-weight: bold;
}
.another-selector { ... ;}
Actually
after typing bold;
in example above in order to beginning typing.another-selector
I must "push" down or pageDown button on my keyboard
and also hit Enter - but it sucks! Maybe exist plugin (package) or
default trivial deal with it? ( after typing bold;
for instance hit
binding Ctrl+Space(or something like this) and just begin typing.another-selector
. I know it was tough)) but I hope you understand me, any
suggestions?