Add train plugin to train me to use vim correctly 💢

This commit is contained in:
Talia 2020-07-02 10:49:47 +02:00
parent 896c5b61f4
commit fb45dce089
1 changed files with 4 additions and 0 deletions

4
vim/plugin/train.vim Normal file
View File

@ -0,0 +1,4 @@
inoremap  u
augroup train
au BufWritePost * echom 'Really tho?'
augroup END