A non-breaking space has a unicode value of U+00A0
(a normal space has a unicode value of U+0020
). This is how I add this character.
In Vim
While in Insert mode, type Ctrl-v x a 0
Based on this Stackoverflow answer
On a Mac Computer
Option
+ <spacebar>
Leave a Reply