10

I am running vim 7.4:

andrew@athens:~$ vim --version | head -n 2
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jun 16 2016 10:50:38)
Included patches: 1-1689

And I need to routinely type in the Euro symbol. How do I do this easily and efficiently?

andrew.46
  • 39,359

1 Answers1

11
Ctrl-k = e 

You can use it in "insert" mode.


Proof:

enter image description here

Rinzwind
  • 309,379