Skip to content

Instantly share code, notes, and snippets.

@pixelite
Created November 24, 2015 17:56
Show Gist options
  • Save pixelite/b763c707e1f7a5d45a55 to your computer and use it in GitHub Desktop.
Save pixelite/b763c707e1f7a5d45a55 to your computer and use it in GitHub Desktop.
iterm alt-left and alt-right support
cat - >> ~/.inputrc <<'EOT'
"\e\e[C": forward-word
"\e\e[D": backward-word
EOT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment