mirror of
https://github.com/nushell/nushell.git
synced 2024-11-26 10:23:52 +01:00
625e807a35
To remove a default keybinding for a particular edit mode, set the `event: null`: e.g. to disable screen clearing with Ctrl-L ``` let $config = {keybindings: [{ modifier: control keycode: char_l mode: [emacs, vi_normal, vi_insert] event: null } ]} ``` |
||
---|---|---|
.. | ||
completions | ||
menus | ||
commands.rs | ||
config_files.rs | ||
errors.rs | ||
eval_file.rs | ||
lib.rs | ||
nu_highlight.rs | ||
print.rs | ||
prompt_update.rs | ||
prompt.rs | ||
reedline_config.rs | ||
repl.rs | ||
syntax_highlight.rs | ||
util.rs | ||
validation.rs |