mirror of
https://github.com/zaphar/sheetsui.git
synced 2025-07-22 04:39:48 -04:00
wip: Some todos for later
This commit is contained in:
parent
d50c12a5ba
commit
e9b422b2db
@ -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**
|
||||
|
||||
|
@ -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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user