From bc9b393e4ef6e9062572fe0c38e7efd406b7989f Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Thu, 12 Jul 2018 15:27:02 -0600 Subject: Change split side for file and tag --- plugin/vim-options.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index ba2c2af..5811064 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -103,9 +103,9 @@ nnoremap ]w :cnext " Set breakpoint in python noremap eb ofrom pudb import set_trace; set_trace() " Vertical split instead of horiztonal -noremap f fH +noremap f fL " ] uses path not tags file? -noremap ] vH +noremap ] vL " Run isort on file noremap ei :!isort % " Session saving -- cgit v1.2.3