Skip to content

Commit

Permalink
Merge pull request #3003 from drevicko/patch-1
Browse files Browse the repository at this point in the history
add $include /etc/inputrc to suggested ~/.inputrc
  • Loading branch information
minrk committed Mar 10, 2013
2 parents c961d78 + f550af4 commit 5111fd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/interactive/reference.txt
Expand Up @@ -411,6 +411,9 @@ This feature uses the readline library, so it will honor your
to). Adding the following lines to your :file:`.inputrc` file can make
indenting/unindenting more convenient (M-i indents, M-u unindents)::

# if you don't already have a ~/.inputrc file, you need this include:
$include /etc/inputrc

$if Python
"\M-i": " "
"\M-u": "\d\d\d\d"
Expand Down

0 comments on commit 5111fd7

Please sign in to comment.