Remove clipboard

This commit is contained in:
Christian Nieves
2023-10-11 22:02:46 +00:00
parent 2f7cb6f197
commit 41717501ec
4 changed files with 17 additions and 11 deletions

View File

@ -73,12 +73,6 @@ source ~/.vim/prefs/mappings.vim
source ~/.vim/prefs/leader.vim
source ~/.vim/prefs/ui.vim
fun! NewInitBex()
let &bex = '-' . strftime("(%Y%m%d)-{%H%M}")
endfun
autocmd BufWritePre * call NewInitBex()
set noshowmode
set encoding=utf-8