Skip to content

Instantly share code, notes, and snippets.

View dpup's full-sized avatar
💭
Building Range

Daniel Pupius dpup

💭
Building Range
View GitHub Profile
@dpup
dpup / .inputrc
Created April 19, 2012 20:54
inputrc for use with mac and iterm2
set input-meta on
set output-meta on
set convert-meta off
# To use these in ITerm2 you may also need to configure preferences to send the correct escape
# code for the key combination.
# Option + Arrows to jump words.
"\e[1;5C": forward-word
"\e[1;5D": backward-word