-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Keyboard-driven workflow gaps: file explorer focus, preview, buffer navigation, LSP keybindings, and extensibility #10190
Copy link
Copy link
Open
Labels
accessibilityAccessibility issues or requests.Accessibility issues or requests.area:editor-notebooksEditors, notebooks, markdown rendering, LSP, and code display.Editors, notebooks, markdown rendering, LSP, and code display.area:settings-keybindingsSettings UI, preferences, keybindings, and keyboard-shortcut management.Settings UI, preferences, keybindings, and keyboard-shortcut management.area:window-tabs-panesWindow, tab, pane, and workspace layout management.Window, tab, pane, and workspace layout management.area:workspaceFile tree, workspace navigation, project switching, and working-directory management.File tree, workspace navigation, project switching, and working-directory management.enhancementNew feature or request.New feature or request.needs-infoMore issue-specific reporter detail is needed before the problem can be confidently triaged.More issue-specific reporter detail is needed before the problem can be confidently triaged.os:macmacOS-specific behavior, regressions, or requests.macOS-specific behavior, regressions, or requests.repro:mediumThe report suggests a plausible repro path, but some uncertainty remains.The report suggests a plausible repro path, but some uncertainty remains.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Metadata
Metadata
Assignees
Labels
accessibilityAccessibility issues or requests.Accessibility issues or requests.area:editor-notebooksEditors, notebooks, markdown rendering, LSP, and code display.Editors, notebooks, markdown rendering, LSP, and code display.area:settings-keybindingsSettings UI, preferences, keybindings, and keyboard-shortcut management.Settings UI, preferences, keybindings, and keyboard-shortcut management.area:window-tabs-panesWindow, tab, pane, and workspace layout management.Window, tab, pane, and workspace layout management.area:workspaceFile tree, workspace navigation, project switching, and working-directory management.File tree, workspace navigation, project switching, and working-directory management.enhancementNew feature or request.New feature or request.needs-infoMore issue-specific reporter detail is needed before the problem can be confidently triaged.More issue-specific reporter detail is needed before the problem can be confidently triaged.os:macmacOS-specific behavior, regressions, or requests.macOS-specific behavior, regressions, or requests.repro:mediumThe report suggests a plausible repro path, but some uncertainty remains.The report suggests a plausible repro path, but some uncertainty remains.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Pre-submit Checks
Describe the solution you'd like?
Summary
As a Neovim and tmux user who relies entirely on keyboard navigation, I find several friction points in Warp's editor and file explorer that make it difficult to integrate into a keyboard-driven workflow. The gaps span file tree navigation, buffer switching, visual feedback, and LSP interaction.
Problem
CMD-click /CTRL-click). For a Vim-centric workflow, keyboard equivalents are essential.gd(go to definition),K(hover),gr(find references), andgrr(rename) cannot be configured.Expected behavior
gt/gTstyle or numbered tabs).gdfor go-to-definition,Kfor hover/documentation,grfor find references,grrfor rename, etc.Actual behavior
Reproduction steps or desired workflow
CMD-\.CMD-\twice.gd— nothing happens (expected: jump to definition).K— nothing happens (expected: hover tooltip).Artifacts
None attached.
Warp version
Unknown
Operating system
macOS
Possible source references
CMD-\and assigning custom shortcuts in Settings, but does not mention focus or preview behavior.CMD-click /CTRL-click.Is your feature request related to a problem? Please describe.
No response
Additional context
No response
Operating system (OS)
macOS
How important is this feature to you?
5 (Can't work without it!)
Warp Internal (ignore) - linear-label:39cc6478-1249-4ee7-950b-c428edfeecd1
None