Skip to content

Feat/scoped-edits#16

Merged
cachebag merged 5 commits into
cachebag:masterfrom
HimanshuSardana:feat/scoped-edits
May 22, 2026
Merged

Feat/scoped-edits#16
cachebag merged 5 commits into
cachebag:masterfrom
HimanshuSardana:feat/scoped-edits

Conversation

@HimanshuSardana
Copy link
Copy Markdown
Contributor

Allows "scoped" edits i.e selecting a region in visual mode and prompting for changes only to said region.

This is useful for small one-off changes where sending the whole file would be unnecessary, such as:

Adding docstrings to a function
Renaming variables in a small block
Refactoring a specific section

image image

@HimanshuSardana HimanshuSardana requested a review from cachebag as a code owner May 22, 2026 04:36
@cachebag cachebag requested a review from LOTaher May 22, 2026 11:29
@cachebag cachebag added feature New functionality area:prompt Floating prompt window labels May 22, 2026
Copy link
Copy Markdown
Owner

@cachebag cachebag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very cool feature, thanks for getting this started. One note

Comment thread lua/jumpy/utils.lua Outdated
fix(utils): remove unused variables

fix(utils): remove start_col and end_col
Copy link
Copy Markdown
Owner

@cachebag cachebag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cachebag cachebag merged commit 8be95b8 into cachebag:master May 22, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:prompt Floating prompt window feature New functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants