We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e7756 commit a3a9382Copy full SHA for a3a9382
src/cmdbar.rs
@@ -1,3 +1,13 @@
1
+/*!
2
+The cmdbar module manages the [CommandBar] sitting at the bottom of the
3
+screen.
4
+
5
+It shows a list of available keyboard commands. The full list can cover
6
+several lines, so CommandBar has a "more/less" feature to toogle between
7
+showing just one line or expanding.
8
+Commands can be shown as disabled, if they are not enabled in the
9
+current context.
10
+*/
11
use crate::{
12
components::CommandInfo, keys::SharedKeyConfig, strings,
13
ui::style::SharedTheme,
0 commit comments