From e98bbbd7a90fa6e31d116877615713a6066dab6d Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 2 Oct 2018 09:54:22 +0200 Subject: Add thesaurus shortcut --- vim/.vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vim/.vimrc') diff --git a/vim/.vimrc b/vim/.vimrc index 25d6e9f..d5b99d7 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -42,7 +42,6 @@ Plug 'neomake/neomake' Plug 'KKPMW/sacredforest-vim' Plug 'scrooloose/nerdtree' Plug 'sjl/Gundo.vim', { 'on' : 'GundoToggle' } -Plug 'terryma/vim-expand-region' Plug 'terryma/vim-multiple-cursors' Plug 'tommcdo/vim-exchange' Plug 'tommcdo/vim-ninja-feet' @@ -374,7 +373,7 @@ nnoremap >B :BufSurfForward:bd! # " Alternate file nnoremap  -nnoremap :Buffers +nnoremap + :Buffers " Source current file nnoremap ,s :source % -- cgit v1.2.3