Standard escape codes are prefixed with Escape
:
- Ctrl-Key:
^[
- Octal:
\033
- Unicode:
\u001b
- Hexadecimal:
\x1B
- Decimal:
27
" Install : git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim | |
" Modify Change : source % | |
" Install : PluginInstall | |
" Uninstall : Delete Plugin line and PluginClean to delete | |
" Other options can be found in :options and | |
" /usr/share/vim/vim81/doc/usr_41.txt, :command | |
" Create Swap and Backup Dir : mkdir ~/.vim/backup ~/.vim/swap | |
" input .ycm_extra_conf.py to ~/.vim/. or cp ~/.vim/bundle/YouCompleteMe/third_party/ycmd/.ycm_extra_conf.py ~/.vim/ | |
" YCM Install - apt install build-essential cmake vim-nox python3-dev mono-complete golang nodejs default-jdk npm; cd ~/.vim/bundle/YouCompleteMe; python3 install.py --all |