This is a dumping ground for things as I learn them. The convention is ACMS-k
where
the key is lowercase, modifiers are upper case, and function keys are F1
with uppercase F.
So ACS-x
is Alt+Ctrl+Shift+x
and S-F1
is Shift+F1
.
Go between source and header in C++
C-k C-o | Toggle source header |
F12 | Go to definition (also seems to toggle) |
C-F12 | Go to declaration |
A-F12 | Peek definition |