Skip to content

Commit

Permalink
cursorNext: Fix shortcut label.
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Aug 12, 2024
1 parent 9fb74bb commit 867af01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shortcuts/cursorNext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Icon = ({ fill = 'black', size = 20, style }: IconType) => (

const cursorNextShortcut: Shortcut = {
id: 'cursorNext',
label: 'Cursor Next Thought',
label: 'Next Thought',
description: 'Move the cursor to the next thought, skipping expanded children.',
keyboard: { key: Key.ArrowDown, meta: true },
svg: Icon,
Expand Down

0 comments on commit 867af01

Please sign in to comment.