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?
Asked
Active
Viewed 1,467 times
2

dave-oo
- 135
- 1
- 1
- 6
1 Answers
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