Clean up documentation
This commit is contained in:
parent
eebe101050
commit
6b6b44e43d
6
vimrc
6
vimrc
@ -83,10 +83,10 @@ Plug 'sgur/vim-textobj-parameter'
|
||||
Plug 'jceb/vim-textobj-uri'
|
||||
" vim-textobj-comment - Comment text object
|
||||
Plug 'glts/vim-textobj-comment'
|
||||
xmap a/ <Plug>(textobj-comment-a)
|
||||
xmap i/ <Plug>(textobj-comment-i)
|
||||
omap a/ <Plug>(textobj-comment-a)
|
||||
xmap a/ <Plug>(textobj-comment-a)
|
||||
omap i/ <Plug>(textobj-comment-i)
|
||||
xmap i/ <Plug>(textobj-comment-i)
|
||||
|
||||
" vim-commentary - toggle comments
|
||||
Plug 'tpope/vim-commentary'
|
||||
@ -138,7 +138,7 @@ Plug 'wincent/replay'
|
||||
" vim-matchit - Improved % matching
|
||||
Plug 'opennota/vim-matchit'
|
||||
|
||||
" tabular - Table Mode
|
||||
" vim-table-mode - Easy table manipulation
|
||||
Plug 'dhruvasagar/vim-table-mode'
|
||||
let g:table_mode_map_prefix = '<leader>t'
|
||||
let g:table_mode_toggle_map = 'M'
|
||||
|
Loading…
x
Reference in New Issue
Block a user