Skip to content

Instantly share code, notes, and snippets.

@qmcree
Created August 30, 2016 05:47
Show Gist options
  • Save qmcree/0ea56bea31b449343d571283d84170f8 to your computer and use it in GitHub Desktop.
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)
export INPUTRC=~/.inputrc
"\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