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
|
||||
autocmd!
|
||||
au BufWritePost * echom 'Really tho?'
|
||||
au InsertEnter * let b:undo=undotree()['seq_last']
|
||||
augroup END
|
||||
inoremap :silent exec 'undo '.b:undo<CR>
|
||||
" augroup train
|
||||
" autocmd!
|
||||
" au BufWritePost * echom 'Really tho?'
|
||||
" au InsertEnter * let b:undo=undotree()['seq_last']
|
||||
" augroup END
|
||||
" inoremap :silent exec 'undo '.b:undo<CR>
|
||||
|
|
Loading…
Reference in a new issue