unicode - How do I paste non-ASCII characters into vim? -


my terminal emulator configured unicode character encoding , .vimrc contains line

set encoding=utf-8 

but when try pasting word "café" vim, comes out "café".

i can make "é" in vim typing ctrl-vu followed 4-character code point (00e9) i'd ability paste in.

the solution uncheck "escape non-ascii input" checkbox in advanced tab of terminal.app settings.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -