How to change "Go to File" Keymap in PHPStorm
Answered
Hello. I can't find an option for "Go to file" in the keymap configuration for PHPStorm. Is it possible to change the keyboard shortcut for this action? Thanks.
Please sign in to leave a comment.
Hi there,
Which "Go to file"? What shortcut do you press now? How does that screen looks like?
Maybe you mean "Navigate | File..." action?
@Andriy,
Yes, that was it. I was going off the introductory message when you launch the app, which labels the action "Go to file..." and shows you the default shortcut of "Ctrl + Shift + N". Once I used the language you used in the keymap search, I found that option and was able to change it. Thank you!
BTW -- "Keymap" screen has "Find Actions by Shortcut" functionality -- it's one of the buttons next to the search field (not Global Settings search ... but search field local to that screen/page only). Try it
https://www.jetbrains.com/help/phpstorm/2016.3/keymap.html?search=keymap#d800482e134
@Andriy Very useful to know. Thank you.