chzyer / readline

Readline is a pure go(golang) implementation for GNU-Readline kind library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vi Key-Bindings

asimjalis opened this issue · comments

I see that readline supports vi key-bindings and history. Is there a way to configure this when readline is being used from another program such as Joker? In Joker I don't have direct access to the readline API so I cannot use that Go-based API to reconfigure the readline functionality to use vi key-bindings and history. However, if there was a config file that readline supported that would allow users of libraries using readline to modify its behavior.