WWW
Dependencies
antora v2.3.3
VIM Bram Moolner Talk 2018
- 
Execute a register @rand repeat with@@
- 
:help modelinesexecute any command
| vi | for PDP-11 | 
| vim 4 | Autocommand | 
| vim 5 | start of vimscript with  | 
| vim 6 | advent of  | 
| vim 7 | Use  | 
- 
Like vim-pluguses a single.vimfile placed inautoloaddir, then called invimrcfilecall plug#begin()- 
Not to easy to call functions with #from Ex mode/cli
 
- 
- 
:help packadd
- 
Renaissance of vim 
- 
VIM has maximum number of LSP plugins 
- 
vim plugin to start and spawn a curl process in background asynchronously 
ZSH
Add plugins as git submodules. Dont forget to set $ZSH_CUSTOM
# better use use https link
git submodule add \
  https://github.com/olets/zsh-abbr.git
  zsh/plugins/zsh-abbrFish like Abbr
Fish like auto-expanding abbr on space ot stop abbreviation expansion Ctrl+Space
abbr import-git-aliases
abbr import-aliases
# import from fish abbr
abbr import-fish file/to/save/fish/abbreviations/to