Create note
Alt+C -> Alt+A
*******************
View note list
Alt+C -> Alt+S
********************
show/hide terminal
Alt+F12
*******************
format code
Clt+altl
****************
to save ssh
Open PHPStorm settings (Ctrl + Alt + S).
Go to Build, Execution, Deployment -> Deployment.
Add new SFTP connection.
***************************
Create bookmark
go to code line press Ctrl+F11
**********************************
remove new line space and reformat code
First if pressed [ctrl]+[shift]+J to remove lines and created a single line code.
Then I pressed [ctrl]+[alt]+L to reindent all the code.