Vim-tiny is a great choice for remote server work.
When I’m working on a remote server with Vim (common use case: stripped-down Docker containers), I need a text editor to manipulate configuration files.
vim-tiny is my current package of choice.
apt-get update
apt-get install vim-tiny
It’s a basic version of Vim, no GUI, fewer features. Feels like a good call for servers without Vim, that we want to keep light and fast, that I may never return to.