add exchange,surround operators
This commit is contained in:
parent
98f4ce3225
commit
2f7c21ebf8
1 changed files with 3 additions and 1 deletions
|
@ -40,7 +40,9 @@ Plug 'tpope/vim-sensible'
|
|||
Plug 'christoomey/vim-tmux-navigator'
|
||||
|
||||
" Workflow
|
||||
Plug 'tpope/vim-commentary' " easily toggle comments for lines, paragraphs etc
|
||||
Plug 'tpope/vim-commentary' " easily toggle comments for lines, paragraphs etc with gc
|
||||
Plug 'tommcdo/vim-exchange' " adds exchange operator with cx. common use: cxiw . on 2 words to switch
|
||||
Plug 'tpope/vim-surround' " lets you change surrounding things with cs (or ds to del, ys to add)
|
||||
Plug 'jiangmiao/auto-pairs' " Auto close brackets and ''
|
||||
|
||||
" Ecosystem
|
||||
|
|
Loading…
Reference in a new issue