dotar/SpaceVim.d/autoload/abbr.vim

10 lines
248 B
VimL
Raw Normal View History

2020-02-10 10:56:29 +08:00
"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>