Add shells support (#671)

This commit is contained in:
JT
2022-01-05 15:35:50 +11:00
committed by GitHub
parent b4c72e85e1
commit c158d29577
9 changed files with 504 additions and 17 deletions

View File

@ -181,7 +181,12 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
// Shells
bind_command! {
Enter,
Exit,
GotoShell,
NextShell,
PrevShell,
Shells,
};
// Formats