git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
git clone https://github.com/sammanthp007/vimrc.git && mv vimrc/vimrc ~/.vimrc && rm -rf vimrc
vim +PluginInstall +qall
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim && git clone https://github.com/sammanthp007/vimrc.git && mv vimrc/vimrc ~/.vimrc && rm -rf vimrc && vim +PluginInstall +qall
:find
:ls
:b
<F5>
z.
zz
zt
zb
:help scroll-cursor
Vertical Splits
:vs
Horizontal Splits
:split
Swap your splits
<c-w><Shift-h>
<c-w><Shift-l>
Resize your splits width
ctrl-w-<
ctrl-w->
Resize your splits height
<c-w><->
<c-w><+>
<c-w><_>