Add improved sentence text object

This commit is contained in:
Kenneth Benzie 2018-01-21 20:29:00 +00:00
parent d13bf0bd81
commit 0fe8e5dfed

2
vimrc
View File

@ -96,6 +96,8 @@ 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-textobj-sentence - Improved sentence text object
Plug 'reedes/vim-textobj-sentence'
" vim-commentary - toggle comments
Plug 'tpope/vim-commentary'