feat: prevent backspace key to delete into the prefix area when using constrain cursor in insert mode #133
Labels
No labels
autorelease: pending
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream/digest
upstream/pr
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/canola.nvim#133
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?
Prerequisites
Problem
The fix for #93 fixes arrow key navigation, but it doesn't prevent deleting into the prefix are using the backspace key.
Steps to reproduce
Proposed solution
I don't know oil's codebase so I don't suggest that this exact solution should be used, but this is the fix that Claude came up with:
view.lua:
An this should be called at end of
M.initializeAlternatives considered
No response
@kuglee glad you're using this.
Looking into the fix now.
Awesome. Thanks 🙏