nushell/crates/nu-cli/src
Reilly Wood f818193b53
Change history menu keybinding from ctrl+x to ctrl+r (#5507)
* Change history menu keybinding to ctrl+r from ctrl+x

* Remove menupage actions from default config

* remove trailing whitespace

* re-add next+previous page keybindings

* Remove hardcoded menu keybindings

* Hardcode new keybindings
2022-05-13 09:26:14 -05:00
..
completions Made a change to completion resolution order (#5440) 2022-05-13 08:15:24 -05:00
menus Don't resuggest accepted completions (#5369) 2022-05-02 11:35:37 +02:00
commands.rs add the ability to change table mode when running script (#5520) 2022-05-12 07:27:44 -05:00
config_files.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
eval_file.rs add --table_mode -m parameter (#5513) 2022-05-11 16:15:31 -05:00
lib.rs Error printing changes for watch (#5389) 2022-05-01 19:33:41 +12:00
nu_highlight.rs Move config to be an env var (#5230) 2022-04-19 10:28:01 +12:00
print.rs add -n flag to print to print without a newline (#5458) 2022-05-06 15:33:00 -05:00
prompt_update.rs adjust where prompt markers go (#5491) 2022-05-10 16:33:18 -05:00
prompt.rs adjust where prompt markers go (#5491) 2022-05-10 16:33:18 -05:00
reedline_config.rs Change history menu keybinding from ctrl+x to ctrl+r (#5507) 2022-05-13 09:26:14 -05:00
repl.rs adjust where prompt markers go (#5491) 2022-05-10 16:33:18 -05:00
syntax_highlight.rs nu-cli: directory syntax shape + completions (#5299) 2022-04-22 15:18:51 -05:00
util.rs Add Nushell REPL simulator; Fix bug in overlay add (#5478) 2022-05-08 16:09:39 +03:00
validation.rs Add an alias denylist for expansions (#4871) 2022-03-19 08:03:57 +13:00