forked from extern/nushell
list keybinding options (#906)
* list keybinding optins * list keybinding options * clippy error
This commit is contained in:
@ -188,7 +188,9 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
Clear,
|
||||
Input,
|
||||
InputKeys,
|
||||
Keybindings,
|
||||
Kill,
|
||||
ListKeybindings,
|
||||
Sleep,
|
||||
TermSize,
|
||||
};
|
||||
|
Reference in New Issue
Block a user