commit edecb3656bfaac6603287ed7d346a455aea42f00
parent 0dd4d755370a07c3c86b4f03f2bb3526ee34a89e
Author: Anders Damsgaard <andersd@riseup.net>
Date: Wed, 6 Sep 2017 13:15:16 -0400
disable vim-wheel until issues with tmux navigation have been sorted out
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/.vim/plugins.vim b/.vim/plugins.vim
@@ -32,7 +32,6 @@ Plug 'w0rp/ale' " asynchronous syntax check
"""""" Buffer motion """"""
Plug 'Lokaltog/vim-easymotion'
-Plug 'reedes/vim-wheel'
Plug 'christoomey/vim-tmux-navigator'
" add/remove bookmark: mm
@@ -119,7 +118,3 @@ au Syntax * RainbowParenthesesLoadBraces
" create a navigation table with :Toc, :Toch, :Tocv
let g:vim_markdown_folding_disabled=1
let g:vim_markdown_math=1
-
-" scroll file without moving cursor position on screen
-let g:wheel#map#up = '<C-K>'
-let g:wheel#map#down = '<C-J>'