This is somes personnals documentation build all long my career. You will find it only in the english version.

Sections

Plugins # HCL mkdir -p ~/.vim/pack/jvirtanen/start cd ~/.vim/pack/jvirtanen/start git clone https://github.com/jvirtanen/vim-hcl.git # Justfile mkdir -p ~/.vim/pack/vendor/start cd ~/.vim/pack/vendor/start git clone https://github.com/NoahTheDuke/vim-just.git Fun Facts trigger a vim tutorial vimtutor the most...

Glab CLI https://glab.readthedocs.io/en/latest/intro.html # add token glab auth login --hostname mygitlab.example.com # view fork of dep installer glab repo view mygitlab.example.com/copain/project # clone fork of dep installer glab repo clone mygitlab.example.com/copain/project Install Optimization...

Manuals for commands man <cmd> : Open man page of command. space : go ahead page by page. b : go back page by page. q : quit. Enter : go line by line. /<word> : search a word in man. n : go to the next expression that you search. N : go back to search expression. man -k <key word> : look for in all man for your key...