How do I display the ascii value of a character displayed in a buffer?
‘ga’ command to display the ascii value of a displayed character. For more information, read :help ga :help :ascii 36.4. Can I use zero as a count for a Vim command? You cannot use zero as a count for a Vim command, as “0” is a command on its own, moving to the first column of the line. For more information, read :help 0 :help count 36.5.