vim.cpp icon indicating copy to clipboard operation
vim.cpp copied to clipboard

you did not made a backup of my old .vimrc

Open gnanini opened this issue 4 years ago • 4 comments

gnanini avatar May 27 '20 17:05 gnanini

Well, you pissed me off!

gnanini avatar May 27 '20 17:05 gnanini

I found a backup (what I thought it was a backup) of my old .vimrc, but it isn't accessible!

You could just put a warning on your read.me, and everything should be fine!!

how can I uninstall it?

gnanini avatar May 27 '20 18:05 gnanini

so sad, no backup left....

not documented any well..

sandikodev avatar Oct 31 '20 21:10 sandikodev

it might could help you out, grep -i -a -B100 -A100 'any string that might yours ~/.vimrc have' /dev/sda1

related

https://unix.stackexchange.com/questions/149342/can-overwritten-files-be-recovered
https://www.linux.com/news/bring-back-deleted-files-lsof

iam pretty lucky, because init/core of my configuration just passing through to another files like,,,

"======[ passing init with try-catch ]======
try
	"put cursor ontop of uri
	"see me with mode-pref1 ==> f
	source ~/.vim/initRunner/addon.vim
	source ~/.vim/initRunner/kitaos.vim
	source ~/.vim/initRunner/keybind.vim
	source ~/.vim/initRunner/autostartup.vim
	source ~/.vim/initRunner/theme.vim
	source ~/.vim/initRunner/minimal.vim

catch
	echoerr("ono konfig sek garai eror bos")
endtry

kind output found of my grep/tr/lsof command recovery Screenshot from 2020-11-01 04-42-01

sandikodev avatar Oct 31 '20 21:10 sandikodev