My personal VIM as IDE
cd ~/.vim/autoload
wget https://github.com/junegunn/vim-plug/raw/master/plug.vim
cd ~/
cat .vimrc
" .vimrc configuration
call plug#begin('~/.vim/')
Plug 'https://github.com/eda53/my-vim-ide.git'
call plug#end()
:PlugInstall
[ -f ~/.vimrc ] && rm ~/.vimrc
ln -sf ~/.vim/my-vim-ide/.vimrc ~
Update plug again with above command.
h, j, k, l
C-h, C-j, C-k, C-l
gg
:123
%, [[, ]]
0, $, w, f(
:e ~/.vimrc
:vs, :sp, :vnew, :read !ls -l
;a
gf
:se nolist, :se nu
zM, zR, zo, zc
:vert resize +20
:Help VCDiff
M
std::map mytestmap;
mytestmap.
vector specialvector;
specialvector.
C-j
:MM
updatecs.sh ../lib ../svn_externals
C-\ g
C-\ s
C-\ c
5\cc
3\cu
]c, [c
dp
:diffget
:%diffput, F8
F4
done