mirror of
https://github.com/nushell/nushell.git
synced 2024-11-27 02:44:01 +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 } ]} ``` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE |