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'