commit 69e6bb30a719740dd0c5d9ba336f99ead19b07b9
parent 500bfb0403037f263e4ab9196577fc3aafd3f114
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Thu, 16 Apr 2015 09:57:21 +0200
add vim-gtfo
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.vimrc b/.vimrc
@@ -124,6 +124,9 @@ NeoBundle 'rking/ag.vim'
" Align things in columns (select, type Return then Space)
NeoBundle 'junegunn/vim-easy-align'
+" open file manager (gof) or tmux pane (got) at current dir
+NeoBundle 'justinmk/vim-gtfo'
+
call neobundle#end()
filetype plugin indent on