feat(cli): keybinding system — Ctrl+L sidebar, Ctrl+N new, Ctrl+K search (TUI-009)
This commit is contained in:
@@ -46,6 +46,11 @@ export function BottomBar({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Box flexDirection="column" paddingX={0} marginTop={0}>
|
<Box flexDirection="column" paddingX={0} marginTop={0}>
|
||||||
|
{/* Line 0: keybinding hints */}
|
||||||
|
<Box>
|
||||||
|
<Text dimColor>^L sidebar · ^N new · ^K search · ^T thinking · PgUp/Dn scroll</Text>
|
||||||
|
</Box>
|
||||||
|
|
||||||
{/* Line 1: blank ····· Gateway: Status */}
|
{/* Line 1: blank ····· Gateway: Status */}
|
||||||
<Box justifyContent="space-between">
|
<Box justifyContent="space-between">
|
||||||
<Box />
|
<Box />
|
||||||
|
|||||||
Reference in New Issue
Block a user