2

I have come across the following key combinations(...i assume) in vim pymode documentation. <C-c>, <C-C>, <C-X><C-O>, <C-P>/<C-N>. How are they to be interpreted?

dave-oo
  • 135
  • 1
  • 1
  • 6

1 Answers1

4

<C-c> and <C-C> both mean Ctrl+C.

I'm sure you can infer how to type the others.

See :help key-notation.

romainl
  • 186,200
  • 21
  • 280
  • 313