···3636"auto format on save with Black
3737autocmd BufWritePre *.py execute ':Black'
38383939-4039"plugs to intall
4140call plug#begin('~/.vim/bundle')
4241"theme
···99alias pip='noglob pip'
1010alias ide=~/.tmux/ide
1111alias tmux-session=~/.tmux/tmux-session
1212-1212+# when closing ranger it will be at the path you were
1313+alias ranger='ranger --choosedir=$HOME/.rangerdir; LASTDIR=`cat $HOME/.rangerdir`; cd "$LASTDIR"'
13141415#git shortcuts
1516alias g='git'