What's wrong with this entry?
Anonymous. No account, no email.
New keyboard actions for navigating the file list in the diff panel:
app:diffFileListDown— move down in the diff panel's file list; bound toctrl+downandmeta+downapp:diffFileListUp— move up in the diff panel's file list; bound toctrl+upandmeta+up- Both actions are registered in the
Globalkeybinding context, meaning they are active in all UI states (chat, task running, diff dialog, etc.) and do not require the diff panel to have keyboard focus - The actions appear in the global "always-available" action list (
fso) alongsideapp:toggleDiffNoiseFilter, so they are shown in keybindings help when the diff panel is visible
Evidence
(search for "app:diffFileListDown", "app:diffFileListUp", "ctrl+up": "app:diffFileListUp")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.