diff options
Diffstat (limited to 'plugin/vim-options.vim')
-rw-r--r-- | plugin/vim-options.vim | 4 |
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 |