wip: Some todos for later

This commit is contained in:
Jeremy Wall 2025-01-19 16:31:32 -05:00
parent d50c12a5ba
commit e9b422b2db
2 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,7 @@ table and between the sheets using the following keybinds:
* `k` ⬆️, will move one cell up.
* `d` will delete the contents of the selected cell leaving style untouched
* `D` will delete the contents of the selected cell including any style
* `gg` will go to the top row in the current column
**Sheet Navigation**

View File

@ -294,6 +294,9 @@ impl<'ws> Workspace<'ws> {
}
fn render_help_text(&self) -> Vec<String> {
// TODO(zaphar): We should be sourcing these from our actual help documentation.
// Ideally we would also render the markdown content properly.
// https://github.com/zaphar/sheetsui/issues/22
match self.state.modality() {
Modality::Navigate => vec![
"Navigate Mode:".to_string(),