In xcode I type cmd-shift up/down to switch between .h and .c files. How do I do that in CLion? Or more usefully, what would that action be called in the keymap? I don\'t fi
The shortcut is called 'Related Symbol' in the keymap.
On Mac it defaults to Ctrl+Cmd+Up,
on Windows/Linux -- to Ctrl+Alt+Home.
you can try: Navigate | Related Symbol
If header and implementation files are already open you can switch between windows with double-shift and enter keys.
To switch between .h and .c files I use F10 key or the Navigate menu in CLion in Linux system:
F10 Header/Source