Skip to main content
2 of 2
minor addition
vinc17
  • 12.5k
  • 44
  • 49

The .inputrc file is not a file to be sourced. It should be taken into account automatically by bash or other software using the readline library. If this doesn't work, add a space after the colon, e.g.

"\e[1;5C": forward-word

(I've always seen a space in this config file).

vinc17
  • 12.5k
  • 44
  • 49