CLion: Keyboard cmd to switch between header and implementation files like in xcode
The shortcut is called 'Related Symbol' in the keymap.
On Mac it defaults to Ctrl+Cmd+Up,
on Windows/Linux -- to Ctrl+Alt+Home.
To switch between .h and .c files I use F10 key or the Navigate menu in CLion in Linux system:
F10 Header/Source
you can try: Navigate | Related Symbol