summaryrefslogtreecommitdiff
path: root/lib/reline/config.rb
AgeCommit message (Expand)Author
2024-04-25[ruby/reline] Fix inputrc nested $if $else $endif bugtomoya ishida
2023-09-26[ruby/reline] Fix config.rb to File.expand_path $include path inelfham
2023-01-31[ruby/reline] Splat is always an ArrayÉtienne Barrié
2022-12-05[ruby/reline] Remove unapproved color setting APIsStan Lo
2022-07-22[ruby/reline] Rename dialog_pointer_* to dialog_highlight_*st0012
2022-07-16[ruby/reline] Use color name instead of code (integer) in dialog color APIsst0012
2022-06-27[ruby/reline] Enable to change the background color of dialogs. (https://gith...pocari
2022-02-22[ruby/reline] Fix support for emacs-ctlx and emacs-meta keymapsTim Pope
2021-12-10[ruby/reline] @convert_meta is true unless 8-bit charactersima1zumi
2021-09-07[ruby/reline] Refactor the merging key bindings to make it more readableaycabta
2021-09-07[ruby/reline] Change the comment about key bindings to more appropriateaycabta
2021-09-06[ruby/reline] Memoize path of `.inputrc` [Ref #319]manga_osyo
2021-09-06[ruby/reline] Support oneshot key bindings config for key_trap of dialog call...aycabta
2021-08-30[ruby/reline] Set autocompletion is false by defaultaycabta
2021-08-30[ruby/reline] Add config.autocompletionaycabta
2021-07-30[ruby/reline] Check empty .inputrcaycabta
2021-06-21Rescue conversion error of inputrcaycabta
2021-06-21[ruby/reline] The config file must accept any character encodingaycabta
2021-06-21[ruby/reline] ensure reline's encoding is used when reading inputrc character...Mark Delk
2021-04-09[ruby/reline] Add calling Reline::Config#reset_default_key_bindings to #reset...aycabta
2021-04-08[ruby/reline] Separate keystrokes each editing modeaycabta
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