From 5266a8f739062531516baa618c9066defcb0f468 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Thu, 22 Feb 2018 10:37:03 -0700 Subject: Disable pymode motion. Annoying while switching by tags --- plugin/vim-options.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'plugin') diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index 1ab3d77..5b299f5 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -511,6 +511,7 @@ if !empty(glob($EditorDir.'plugged/python-mode/plugin/pymode.vim')) let g:pymode_lint = 0 let g:pymode_rope = 0 let g:pymode_doc_bind = '' + let g:pymode_motion = 0 endif "----------------------------------------------------------------------------------------------------------------------- -- cgit v1.2.3