dotar/vim/plugin/settings/abbr.vim
2012-11-28 13:28:56 -06:00

10 lines
248 B
VimL

"Abbreviations, trigger by typing the abbreviation and hitting space
abbr rlb Rails.logger.banner
abbr rld Rails.logger.debug
abbr pry! require 'pry'; binding.pry
abbr cl! console.log( )<left><left>
" Rspec Before
abbr rbf before { }<left><left>