Added ,bf mapping to add before { } block
This commit is contained in:
parent
41b3f99dad
commit
f1031dd98f
@ -19,4 +19,8 @@ function! ChangePendingRspecToXit()
|
||||
endwhile
|
||||
endfunction
|
||||
|
||||
map <silent> ,rxit :call ChangePendingRspecToXit()<cr>
|
||||
nnoremap <silent> ,rxit :call ChangePendingRspecToXit()<cr>
|
||||
|
||||
" insert a before { } block around a line
|
||||
nnoremap <silent> ,bf ^ibefore { <esc>$a }
|
||||
|
Loading…
Reference in New Issue
Block a user