Skip to main content
Post Undeleted by vinc17
minor addition
Source Link
vinc17
  • 12.5k
  • 44
  • 49

AddThe .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

Otherwise the whole thing is regarded as(I've always seen a sequence of characters, with no commandsspace in this config file).

Add a space after the colon, e.g.

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

Otherwise the whole thing is regarded as a sequence of characters, with no commands.

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).

Post Deleted by vinc17
Source Link
vinc17
  • 12.5k
  • 44
  • 49

Add a space after the colon, e.g.

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

Otherwise the whole thing is regarded as a sequence of characters, with no commands.