Created
August 30, 2016 05:47
-
-
Save qmcree/0ea56bea31b449343d571283d84170f8 to your computer and use it in GitHub Desktop.
Mac shortcuts for Bash embedded terminal in Jetbrains IDE's (PhpStorm, PyCharm, etc)
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 characters
export INPUTRC=~/.inputrc |
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 characters
"\e\e[D": backward-word | |
"\e\e[C": forward-word | |
"\e\e?": backward-kill-word |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment