Show End of Line Characters and Tabs in Vim

When working with files, it’s often useful to see special characters such as tabs or end of line (EOL) characters. Let’s see how we can do this in Vim. First, once we’ve opened a file in Vim, type the following: This allows us to enable list mode, which shows tabs as ^I and end of… Continue reading Show End of Line Characters and Tabs in Vim