20221224

Most forgettable vim lesson of 2022

Most forgettable vim lesson of 2022

running aliases are efficient as in 
alias zk='cd ~/zk&&vim -S zk.vim'
BUT
when calling local .exrc as in set exrc in .vimrc
RECREATE the session with 
:mks! zk.vim
EVERY time .exrc is edited else
no new mapping or config works (in the running old session)!!!

No comments:

Post a Comment