This commit is contained in:
Gabe Berke-Williams 2011-07-25 13:44:56 -04:00
parent 8bc7328922
commit d57e4509e9

3
vimrc
View file

@ -70,6 +70,9 @@ let g:Tlist_Ctags_Cmd="ctags --exclude='*.js'"
" Cucumber navigation commands
autocmd User Rails Rnavcommand step features/step_definitions -glob=**/* -suffix=_steps.rb
autocmd User Rails Rnavcommand config config -glob=**/* -suffix=.rb -default=routes
" :Cuc my text (no quotes) -> runs cucumber scenarios containing "my text"
command! -nargs=+ Cuc :!ack --no-heading --no-break <q-args> | cut -d':' -f1,2 | xargs bundle exec cucumber --no-color
" Get off my lawn
nnoremap <Left> :echoe "Use h"<CR>