How can I convert spaces to tabs in Vim or Linux?
- by cwd
I've looked over several questions on Stack Overflow for how to convert spaces to tabs without finding what I need. There seem to be more questions about how to convert tabs to spaces, but I'm trying to do the opposite.
In Vim I've tried :retab and :retab! without luck, but I believe those are actually for going from tabs to spaces anyways.
I…