From beed6abf553a4dd34e3960336813a42d23bd32fd Mon Sep 17 00:00:00 2001 From: yan Date: Tue, 15 May 2012 08:40:50 -0500 Subject: [PATCH] Add common abbreviations --- vim/plugin/settings/abbr.vim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vim/plugin/settings/abbr.vim diff --git a/vim/plugin/settings/abbr.vim b/vim/plugin/settings/abbr.vim new file mode 100644 index 0000000..acaf57a --- /dev/null +++ b/vim/plugin/settings/abbr.vim @@ -0,0 +1,6 @@ +"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 +