\sp for specify {} blocks

This commit is contained in:
Yan Pritzker 2014-08-07 11:36:39 -05:00
parent 1ba9f3e1fe
commit 470b33b76c

View File

@ -24,3 +24,6 @@ nnoremap <silent> ,rxit :call ChangePendingRspecToXit()<cr>
" insert a before { } block around a line " insert a before { } block around a line
nnoremap <silent> \bf ^ibefore { <esc>$a } nnoremap <silent> \bf ^ibefore { <esc>$a }
" insert a specify { } block around a line
nnoremap <silent> \sp ^ispecify { <esc>$a }