terminal - Where can I view all my custom keybindings in bash? -


i using tab menu-complete (default complete), , want know bash file stores information. want know know check if keybindings have been changed default, or if want port these changes comp.

does setting key binding like: bind tab:menu-complete roll on every session? it's not saved in .bashrc, don't know find it.

keybindings not persistent.

if want apply them every session, can put bind command in bash interactive startup file, better put settings readline startup file (normally ~/.inputrc, see bash manual chapter on readline initialization). readline initialization file can shared between different applications, , has syntax conditionally setting bindings depending on application. note file may not exist on machine, since people use defaults, hard-coded executable.

it idea test keybinding before make permanent. otherwise, may find bash shells unusable.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -