bug: phantom mappings #223
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/diffs.nvim#223
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
Neovim version
Operating system
macos
Description
mappings get defined in unwanted situations.
e.g. the
ctmapping is definitely not wanted in a normal buffer, but sometimes shows up and breaksct.the quasi-standard
]cmappings (builtin, also used by fugitive and/or the stock vim/nvim diff mode) sometimes gets clobbered.note: I often go in and out of vim-fugitive diff-mode and will close windows as needed. But it's customary to clean up with diff-mode plugins when the diff counterpart is closed. (But even if diff-mode, for the editable buffer,
ctshould not be defined, since that conflicts with a fundamental builtin.)Steps to reproduce
(I don't have minimal repro yet but will update here later.)
Health check
Minimal reproduction
looking at this now, ty. idk much about builtin mappings so i'm not surprised that i let this slip thru the cracks.
lmk if this does NOT work... @ me on this thread.