Remove some training stuff from vim config
This commit is contained in:
parent
d7fd9dc98f
commit
553f65715c
1 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue