add exchange,surround operators

This commit is contained in:
Marty Oehme 2019-03-20 18:46:02 +01:00
parent 98f4ce3225
commit 2f7c21ebf8

View file

@ -40,7 +40,9 @@ Plug 'tpope/vim-sensible'
Plug 'christoomey/vim-tmux-navigator' Plug 'christoomey/vim-tmux-navigator'
" Workflow " 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 '' Plug 'jiangmiao/auto-pairs' " Auto close brackets and ''
" Ecosystem " Ecosystem