summaryrefslogtreecommitdiff
path: root/lib/reline/config.rb
AgeCommit message (Expand)Author
2021-01-08[ruby/reline] Correct var names in Reline were different from vi-*-mode-stringaycabta
2020-12-22[ruby/reline] Support isearch-terminatorsaycabta
2020-12-05[ruby/reline] Support bracketed paste modeaycabta
2020-08-18[ruby/reline] Get rid of loading pathname unnecessarilyNobuyoshi Nakada
2020-08-18[ruby/reline] Keep original characters in inputrcaycabta
2020-08-18[ruby/reline] Support mode iconMark Delk
2020-05-17[ruby/reline] If history-size isn't numeric, it should be 500aycabta
2020-04-29[ruby/reline] Add URL reference of history-sizeaycabta
2020-04-29[ruby/reline] Negative history_size means unlimitedaycabta
2020-04-29[ruby/reline] Ignore non-absolute XDG_CONFIG_HOMENobuyoshi Nakada
2020-04-24[ruby/reline] Treat home dir correctlyaycabta
2020-04-24[ruby/reline] Support XDG_CONFIG_HOMEaycabta
2020-03-26[ruby/reline] Suppress error in case INPUTRC env is emptyaycabta
2020-01-06Support history-size in .inputrc correctlyaycabta
2019-12-22Remove TODO commentaycabta
2019-12-05Fix variable catchaycabta
2019-07-28[reline] Do not compile regexp for each lineNobuyoshi Nakada
2019-07-04Support Control- and Meta-aycabta
2019-07-04Move a comment to proper placeaycabta
2019-07-04Parse key sequence more strictlyNobuyoshi Nakada
2019-07-04Use lstrip instead of gsub which can match only onceNobuyoshi Nakada
2019-07-04Skip indented comment lines [Bug #15981]Nobuyoshi Nakada
2019-06-02Check conditional nestings in INPUTRCNobuyoshi Nakada
2019-06-02Prefer $INPUTRC over the default in the homeNobuyoshi Nakada
2019-06-02Add true condition `Reline`Nobuyoshi Nakada
2019-06-02Add Reline test for unknown macroaycabta
2019-06-02Add new test for Reline within pipeaycabta
2019-06-02Add comments to key bindings vars of Reline::Configaycabta
2019-06-01Just use `File.readlines`Nobuyoshi Nakada
2019-06-01Use inputrc data for keystroke settingaycabta
2019-05-24Support Meta key in Relineaycabta
2019-05-21Remove ~/.inputrc not found error messageaycabta
2019-05-13Implement Reline::HISTORY as an expanded Arrayaycabta
2019-05-13Add attr_accessor for Reline's Config attrsaycabta
2019-05-12Check INPUTRC env in Reline::Configaycabta
2019-04-30Add Reline as a fallback library for Readlineaycabta
2019-04-23Revert "IRB is improved with Reline and RDoc, take 2"Nobuyoshi Nakada
2019-04-23IRB is improved with Reline and RDoc, take 2aycabta
2019-04-21Revert "IRB is improved with Reline and RDoc"aycabta
2019-04-20IRB is improved with Reline and RDocaycabta