+ {[
+ ['Move between bills', 'j / k · ↑ / ↓'],
+ ['Edit focused bill', 'Enter'],
+ ['Toggle paid', 'p'],
+ ['Blur / deselect row', 'Esc'],
+ ['Command palette', '⌘K / Ctrl+K'],
+ ].map(([label, keys]) => (
+
+ {label}
+ {keys}
+
+ ))}
+
+ Focus any bill row (Tab or click), then use the keys above.
+