Skip to content

unmecsc/phpstorm-keymaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Garrett's MacOS Keymap Custom Shortcuts

Keys:

Key Symbol
Command (Cmd)
Option (Alt)
Control (Ctl)
Shift (SHFT)
Caps Lock (CAPS)
Function (FN) FN

Editor Shortcuts

Shortcuts Keys Command Keys
GOTO: Beginning of FILE ⌘ + UP (Cmd + Up Arrow)
GOTO: End of FILE ⌘ + DOWN (Cmd + Down Arrow)
GOTO: Beginning of LINE ⌘ + LEFT (Cmd + Right Arrow)
GOTO: End of LINE ⌘ + RIGHT (Cmd + Right Arrow)
GOTO: Beginning of WORD ⌘ + LEFT (Opt + Left Arrow
GOTO: End of WORD ⌘ + LEFT (Opt + Left Arrow
Multi Cursor via Area ⌘ + ⇧ + l (Cmd + Shft + l) (lowercase L)
Multi Cursor via Click ⌘ + Click (Cmd + Click)
Select Next Line Down ⌘ + ⇧ + DOWN (Cmd + Shft + Down Arrow)
Select Next Line Up ⌘ + ⇧ + UP (Cmd + Shft + Up Arrow)
Select all to right of cursor ⌘ + ⇧ + RIGHT (Cmd + Shft + Right Arrow)
Select all to left of cursor ⌘ + ⇧ + LEFT (Cmd + Shft + Left Arrow)
Select WORD to right of cursor ⌥ + ⇧ + RIGHT (Opt + Shft + Right Arrow)
Select WORD to left of cursor ⌥ + ⇧ + LEFT (Opt + Shft + Left Arrow)
Select next CHAR ⇧ + RIGHT (Shft + Right Arrow)
Select prev CHAR ⇧ + LEFT (Shft + Left Arrow)
Select ALL of document ⌘ + a (Cmd + a)
Save Current Document ⌘ + s (Cmd + s)
Copy Selected Text ⌘ + c (Cmd + c)
Paste Selected Text ⌘ + v (Cmd + v)
Cut Selected Text ⌘ + x (Cmd + x)
Undo Action ⌘ + z (Cmd + z)
Redo Action ⌘ + y (Cmd + y)

Navigation Shortcuts

Shortcuts Keys Command Keys
Close Current File ⌘ + w (Cmd + w)
Switch to Next File Tab ⌘ + ⌥ + RIGHT (Cmd + Opt + Right Arrow)
Switch to Prev File Tab ⌘ + ⌥ + LEFT (Cmd + Opt + Left Arrow)
GOTO: Declaration or Usage of Method ⌘ + ⌥ + DOWN (Cmd + Opt + Down Arrow) on specific code
Toggle Navigation Tree ⌘ + 1 (Cmd + 1)
Search for File / Class / Method ⌘ + p (Cmd + p)
Find in current file ⌘ + f (Cmd + f)
Find line / text in any file ⌘ + ⇧ + f (Cmd + Shft + f)

Tool Shortcuts

Shortcuts Keys Command Keys
Toggle Navigation Tree ⌘ + 1 (Cmd + 1)
Toggle ToDo List ⌘ + 2 (Cmd + 2)
Toggle Class Structure ⌘ + 3 (Cmd + 3)
Toggle File Problems List (PHPStan) ⌘ + 4 (Cmd + 4)
Toggle Toggle Debugger ⌘ + 5 (Cmd + 5)
Toggle Code Runner ⌘ + 6 (Cmd + 6)
Toggle Git Tool ⌘ + ⇧ + g (Cmd + Shft + g)
Toggle Git Commit History ⌘ + ⇧ + c (Cmd + Shft + c)
Toggle Built-In Terminal ⌘ + ⇧ + t (Cmd + Shft + t)
Toggle New File Menu ⌘ + ⇧ + n (Cmd + Shft + n) - creates new file in current directory

About

The keymaps used by team members at UNM ECSC for PHPStorm keyboard shortcuts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published