aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-07-12 15:27:02 -0600
committerCody Hiar <codyfh@gmail.com>2018-07-12 15:27:02 -0600
commitbc9b393e4ef6e9062572fe0c38e7efd406b7989f (patch)
tree70ef2693cba09f17244d19453461c51b2fd753d1
parentf02cb6833df5c6c4e032128ca7a570d5f8ec720e (diff)
Change split side for file and tag
-rw-r--r--plugin/vim-options.vim4
1 files 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<CR>
" Set breakpoint in python
noremap <leader>eb ofrom pudb import set_trace; set_trace()<ESC>
" Vertical split instead of horiztonal
-noremap <c-w>f <c-w>f<c-w>H
+noremap <c-w>f <c-w>f<c-w>L
" <c-w>] uses path not tags file?
-noremap <c-w>] <c-w>v<c-]><c-w>H
+noremap <c-w>] <c-w>v<c-]><c-w>L
" Run isort on file
noremap <leader>ei :!isort %<CR>
" Session saving