Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VIM Mappings. What does <c-g> stand for (it's not CTRL which is <C-g> and it's not Shift/Alt c)

Tags:

vim

I feel like I'm rather stupid.

Essentially I've installed CtrlP and can open it but can't switch the mode because I don't know what it's shortcuts refer to on the keyboard.

The Capital C = CtrlP, F5 is F5, but c-f is not lowercase cf.

https://github.com/kien/ctrlp.vim

like image 589
user2965155 Avatar asked May 14 '15 16:05

user2965155


1 Answers

It is control - both <C- and <c- refer to control.

like image 60
orlp Avatar answered Sep 28 '22 00:09

orlp