diff --git a/vimrc b/vimrc index 6529d24..b984436 100644 --- a/vimrc +++ b/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/ (textobj-comment-a) -xmap i/ (textobj-comment-i) omap a/ (textobj-comment-a) +xmap a/ (textobj-comment-a) omap i/ (textobj-comment-i) +xmap i/ (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 = 't' let g:table_mode_toggle_map = 'M'