Skip to content

Latest commit

 

History

History
executable file
·
67 lines (34 loc) · 1.15 KB

README.md

File metadata and controls

executable file
·
67 lines (34 loc) · 1.15 KB

Awesome IDE Keymap

Custom ide keymap for best performance.

Easy to learn and comfortable to use.

To import it to .idea (PyCharm, PHPStorm, etc.):

File > Manage IDE Setting > Import settings

and file keymap.zip from this repository

Debug and Run

Start Debug console program from configuration: ALT + Z

Start Debug current file: ALT + SHIFT + Z

Run to Cursor: ALT + C

Step Forward in debug: ALT + F

Step into (Enter): ALT + E

Debug Resume program: ALT + R

Stop debug: ALT + S

Add to variable in debug to Watch list: ALT + W

Add break Point: ALT + P

Enable Debugging: ALT + D

Open run/debug confiGuration: ALT + G

Run console (exeQte) program from configuration: ALT + Q

Run console current file (exeQte) program: ALT + SHIFT + Q

Git

Git open Branches: ALT + B

Git Annotate: ALT + A

Git updaTe project: ALT + T

Refactor

ReName: ALT + N

Other

Open resent project: ALT + O (letter o)

Open error description (Help): ALT + H

Open context Menu: ALT + M

Open terminaL: ALT + L

File Structure: CTRL + S

Database panel: ALT + 2

Service panel: ALT + 3