From 0fe8e5dfed5698f5f990bf9afa3632141532905c Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sun, 21 Jan 2018 20:29:00 +0000 Subject: [PATCH] Add improved sentence text object --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index 66252d4..7b791c0 100644 --- a/vimrc +++ b/vimrc @@ -96,6 +96,8 @@ omap a/ (textobj-comment-a) xmap a/ (textobj-comment-a) omap i/ (textobj-comment-i) xmap i/ (textobj-comment-i) +" vim-textobj-sentence - Improved sentence text object +Plug 'reedes/vim-textobj-sentence' " vim-commentary - toggle comments Plug 'tpope/vim-commentary'