mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-08 09:09:17 +01:00
Reorder the footer keys
This commit is contained in:
parent
75e2804c83
commit
aedeff8b24
@ -194,7 +194,7 @@ impl<'a> UiState<'a> {
|
||||
let message = if self.message.is_empty() {
|
||||
// Help footer.
|
||||
Span::raw(
|
||||
"↓/j ↑/k home/g end/G │ filter <d>one/<p>ending │ <r>eset │ <c>ontinue at │ <q>uit",
|
||||
"↓/j ↑/k home/g end/G │ <c>ontinue at │ <r>eset │ filter <d>one/<p>ending │ <q>uit",
|
||||
)
|
||||
} else {
|
||||
self.message.as_str().light_blue()
|
||||
|
Loading…
Reference in New Issue
Block a user