diff --git a/vim/plugin/settings/lusty-juggler.vim b/vim/plugin/settings/lusty-juggler.vim index 03c3921..38cdcb4 100644 --- a/vim/plugin/settings/lusty-juggler.vim +++ b/vim/plugin/settings/lusty-juggler.vim @@ -27,6 +27,7 @@ map ,lh :LustyFilesystemExplorer app/helpers map ,ll :LustyFilesystemExplorer lib map ,lp :LustyFilesystemExplorer public map ,ls :LustyFilesystemExplorer specs +map ,lf :LustyFilesystemExplorer fast_spec map ,lt :LustyFilesystemExplorer test let g:LustyJugglerSuppressRubyWarning = 1 diff --git a/vim/plugin/settings/skwp-keymap.vim b/vim/plugin/settings/skwp-keymap.vim index 59b757b..bd49365 100644 --- a/vim/plugin/settings/skwp-keymap.vim +++ b/vim/plugin/settings/skwp-keymap.vim @@ -185,4 +185,7 @@ nmap ,bc :ClearBookmarks " snippets that are expanded with space abbr pry! require 'pry'; binding.pry +" If you use a fast_spec directory, Rfastspec can help you find +" one of your fast specs +autocmd User BufEnterRails Rnavcommand fastspec fast_spec/ -glob=**/** -suffix=_spec.rb -default=model()