Last active
October 6, 2022 03:45
-
-
Save ryansechrest/d545bb545ca0fbd70c29a38fcbb2e575 to your computer and use it in GitHub Desktop.
Revisions
-
ryansechrest revised this gist
Oct 6, 2022 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,3 @@ ### Tool Windows | Command | Description | -
ryansechrest revised this gist
Oct 6, 2022 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # PhpStorm ### Tool Windows | Command | Description | | :------ | :---------- | @@ -9,7 +9,7 @@ | `⌘` + `7` | Structure | | `⌘` + `9` | Git | ### Code | Command | Description | | :------ | :---------- | @@ -18,7 +18,7 @@ | `⇧` + `⌘` + `/` | Toggle comment block | | `⌥` + `⌘` + `L` | Reformat code | ### Navigation | Command | Description | | :------ | :---------- | -
ryansechrest revised this gist
Oct 6, 2022 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -24,5 +24,7 @@ | :------ | :---------- | | `⇧` `⇧` | Search anything | | `⌘` + `L` | Jump to line | | `⇧` + `⌥` + `⬆` | Move line up | | `⇧` + `⌥` + `⬇` | Move line down | | `⇧` + `⌘` + `⬆` | Move statement up | | `⇧` + `⌘` + `⬇` | Move statement down | -
ryansechrest revised this gist
Oct 6, 2022 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,15 +14,15 @@ | Command | Description | | :------ | :---------- | | `⌃` + `T` | Refactor this | | `⌘` + `/` | Toggle comment lines | | `⇧` + `⌘` + `/` | Toggle comment block | | `⌥` + `⌘` + `L` | Reformat code | ## Navigation | Command | Description | | :------ | :---------- | | `⇧` `⇧` | Search anything | | `⌘` + `L` | Jump to line | | `⇧` + `⌘` + `⬆` | Move statement up | | `⇧` + `⌘` + `⬇` | Move statement down | -
ryansechrest revised this gist
Oct 6, 2022 . 1 changed file with 10 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,15 +9,20 @@ | `⌘` + `7` | Structure | | `⌘` + `9` | Git | ## Editing | Command | Description | | :------ | :---------- | | `⌃` + `T` | Refactor this | | `⇧` + `⌘` + `/` | Toggle comment block | | `⌘` + `/` | Toggle comment lines | | `⌥` + `⌘` + `L` | Reformat code | ## Navigation | Command | Description | | :------ | :---------- | | `⌘` + `L` | Jump to line | | `⇧` `⇧` | Search anything | | `⇧` + `⌘` + `⬆` | Move statement up | | `⇧` + `⌘` + `⬇` | Move statement down | -
ryansechrest revised this gist
Oct 6, 2022 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,6 +13,7 @@ | Command | Description | | :------ | :---------- | | `⌃` + `T` | Refactor this | | `⇧` + `⌘` + `⬆` | Move statement up | | `⇧` + `⌘` + `⬇` | Move statement down | | `⇧` + `⌘` + `/` | Toggle comment block | -
ryansechrest revised this gist
Oct 6, 2022 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,8 +13,10 @@ | Command | Description | | :------ | :---------- | | `⇧` + `⌘` + `⬆` | Move statement up | | `⇧` + `⌘` + `⬇` | Move statement down | | `⇧` + `⌘` + `/` | Toggle comment block | | `⌘` + `/` | Toggle comment lines | | `⌘` + `L` | Jump to line | | `⌥` + `⌘` + `L` | Reformat code | | `⇧` `⇧` | Search anything | -
ryansechrest revised this gist
Oct 6, 2022 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,5 +15,6 @@ | :------ | :---------- | | `SHIFT` + `⌘` + `/` | Toggle comment block | | `⌘` + `/` | Toggle comment lines | | `⌘` + `L` | Jump to line | | `⌥` + `⌘` + `L` | Reformat code | | `SHIFT` `SHIFT` | Search anything | -
ryansechrest revised this gist
Oct 6, 2022 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,7 +13,7 @@ | Command | Description | | :------ | :---------- | | `SHIFT` + `⌘` + `/` | Toggle comment block | | `⌘` + `/` | Toggle comment lines | | `⌥` + `⌘` + `L` | Reformat code | | `SHIFT` `SHIFT` | Search anything | -
ryansechrest revised this gist
Oct 6, 2022 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,5 +13,7 @@ | Command | Description | | :------ | :---------- | | `SHIFT` + `⌘` + `/` | Comment block | | `⌘` + `/` | Comment lines | | `⌥` + `⌘` + `L` | Reformat code | | `SHIFT` `SHIFT` | Search anything | -
ryansechrest revised this gist
Oct 6, 2022 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,4 +13,5 @@ | Command | Description | | :------ | :---------- | | `⌥` + `⌘` + `L` | Reformat code | | `SHIFT` `SHIFT` | Search anything | -
ryansechrest revised this gist
Oct 6, 2022 . 1 changed file with 7 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,4 +7,10 @@ | `⌘` + `1` | Project | | `⌘` + `6` | Problems | | `⌘` + `7` | Structure | | `⌘` + `9` | Git | ## Miscelleneous | Command | Description | | :------ | :---------- | | `SHIFT`, `SHIFT` | Search | -
ryansechrest created this gist
Oct 6, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ # PhpStorm ## Tool Windows | Command | Description | | :------ | :---------- | | `⌘` + `1` | Project | | `⌘` + `6` | Problems | | `⌘` + `7` | Structure | | `⌘` + `9` | Git |