Y
Hacker News
new
|
ask
|
show
|
jobs
by
_paulc
3573 days ago
(In .vimrc) set cryptmethod=blowfish2
vim -x scp://.../...
2 comments
ende42
3573 days ago
I was excited for a moment. Then found out neovim doesn't support -x. And this is why:
https://github.com/neovim/neovim/issues/694
(tldr; vim encryption is unsecure and thus removed from neovim for the time being). Would have been nice, though.
link
ilanco
3573 days ago
Didn't know VIM supported encryption, this is really cool.
http://vim.wikia.com/wiki/Encryption
link