Commit b937cd77 authored by Hermann Mayer's avatar Hermann Mayer
Browse files

VimRC: Added more swapwords.

parent 008e11be
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -348,6 +348,8 @@ if 1 == VimRCBundlesDevel
      \ ['padding', 'margin'] ,
      \ ['pick', 'squash', 'fixup', 'edit', 'reword', 'exec'] ,
      \ ['if', 'unless'] ,
      \ ['request', 'response'],
      \ ['Request', 'Response'],
      \]

  autocmd VimEnter * :IndentGuidesEnable
+3 −0
Original line number Diff line number Diff line
@@ -111,3 +111,6 @@ function! s:CleanJade()
endfunction
command! -complete=shellcmd CleanJade call s:CleanJade()

command! Visual      normal! v
command! VisualLine  normal! V
command! VisualBlock execute "normal! \<C-v>"