From 98dcac072f684dc42ea845b4bac9c8ef19d79ba3 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 18 Jul 2018 10:22:38 +0200 Subject: [PATCH] Easily change window positions --- .vimrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.vimrc b/.vimrc index 444e3d3..bedb064 100644 --- a/.vimrc +++ b/.vimrc @@ -74,6 +74,14 @@ let NERDTreeIgnore = ['\.pyc$', 'tags'] autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif +" Easily change position of windows +"gh: soft move left +"gj: soft move down +"gk: soft move up +"gl: soft move right +Plugin 'andymass/vim-tradewinds' + + " Rooter changes the working directory to the project root when you open a " file or directory. Useful when using fzf for example. Plugin 'airblade/vim-rooter'