34

This question explains how to reload .inputrc using C-x C-r. But how would one reload it using commands in a bash script?

FMc
  • 503

1 Answers1

40

Use the bind command:

bind -f ~/.inputrc

See help bind for more information:

-f  filename       Read key bindings from FILENAME.
Spooky
  • 438
cYrus
  • 22,335