1

I was reading the a vim tips page and stumbled across <C-O>. How do I enter that on my keyboard? (I'm on a mac)

2 Answers2

4

In Vim (and Emacs) documentation, C- and M- stand for Ctrl and Meta (i.e. Alt) respectively. So C-O is CtrlO.

grawity
  • 501,077
0

In documentation C- refers to the Control key Ctrl on a PC, or the Command key on a Mac. It is pressed and held while the key after the C- is pressed, in your case + O.

AFH
  • 17,958