Merge branch 'main' into review-styles-reference

[skip ci]
This commit is contained in:
Rodrigo Girão Serrão
2023-01-06 10:04:21 +00:00
111 changed files with 5923 additions and 2949 deletions

View File

@@ -12,6 +12,7 @@ class FooterApp(App):
description="Show help screen",
key_display="?",
),
Binding(key="delete", action="delete", description="Delete the thing"),
Binding(key="j", action="down", description="Scroll down", show=False),
]