From 6b6b44e43d1ffacf23544147781fe7c46f7384a7 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Mon, 11 Dec 2017 15:24:25 +0000 Subject: [PATCH] Clean up documentation --- vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'