Remove some training stuff from vim config

This commit is contained in:
Talia 2020-09-29 19:28:02 +02:00
parent d7fd9dc98f
commit 553f65715c
1 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
augroup train " augroup train
autocmd! " autocmd!
au BufWritePost * echom 'Really tho?' " au BufWritePost * echom 'Really tho?'
au InsertEnter * let b:undo=undotree()['seq_last'] " au InsertEnter * let b:undo=undotree()['seq_last']
augroup END " augroup END
inoremap  :silent exec 'undo '.b:undo<CR> " inoremap  :silent exec 'undo '.b:undo<CR>