Skip to content

Instantly share code, notes, and snippets.

View Eveheeero's full-sized avatar
🚩
Human is great, and people can do anything.

Eveheeero Eveheeero

🚩
Human is great, and people can do anything.
View GitHub Profile
@Eveheeero
Eveheeero / ANSI.md
Created July 20, 2023 02:11 — forked from fnky/ANSI.md
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27
@Eveheeero
Eveheeero / .vimrc
Created November 2, 2022 01:36
My vimrc
" 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