Vim keybindings #17
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
v0.1.0
v0.1.1
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Need keyboard-driven navigation with vim-inspired shortcuts.
Solution
Single-key shortcuts: j/k navigate, x complete, d delete, o create, / search. Fugitive-style contextual key hints shown inline. When Tiptap editor is focused, standard editor keys take over. Implementation via custom keydown handler or
tinykeys.Depends on: #16