samhstn / my-config

16 stars 0 forks source link

Map non-breaking space char to space char in insert mode #84

Closed samhstn closed 5 years ago

samhstn commented 5 years ago

Add this line to our .vimrc:

imap   <space> # map non-breaking space char to normal space char

This will ensure #72 will never be an issue again!