ERB tag shortcut sublime text

https://github.com/eddorre/SublimeERB

go https://sublime.wbond.net/ and install Package Control

command + shift + P
install package (then enter)
SublimeERB (then enter)

(that goes to ~/.config/sublime-text-2/Packages/SublimeERB)

menu > preferences > Key Bindings - User
and then type in

  [
    { "keys": ["ctrl+shift+."], "command": "erb" }
  ]

and then when control + shift + .
erb tag happens

 
6
Kudos
 
6
Kudos

Now read this

HTTP, a stateless protocol

The Protocol Every Web Developer Must Know - Part 1 HTTP Made Really Easy These two links are what I read on. From requests, server make it responses. It’s a stateless, application-layer protocol for communicating between distributed... Continue →