refactor(terminal): add restart keybind to terminal mode
This commit is contained in:
parent
598c2a58aa
commit
ec8379ce51
1 changed files with 2 additions and 1 deletions
|
|
@ -603,7 +603,8 @@
|
||||||
["alt+x", "open_command_palette"],
|
["alt+x", "open_command_palette"],
|
||||||
["alt+!", "run_task"],
|
["alt+!", "run_task"],
|
||||||
["alt+f9", "panel_next_widget_style"],
|
["alt+f9", "panel_next_widget_style"],
|
||||||
["ctrl+shift+q", "quit_without_saving"]
|
["ctrl+shift+q", "quit_without_saving"],
|
||||||
|
["ctrl+alt+shift+r", "restart"]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue