Conversation
861c41b to
5cf2e56
Compare
5cf2e56 to
07bc291
Compare
Contributor
Contributor
Contributor
|
Even fresh with a new command prompt (after quiting and re-starting lms) I cannot delete anything. |
Member
Author
22707da to
2c395ba
Compare
1f42e24 to
5826d9e
Compare
Contributor
|
Not blocking, but we should support |
Contributor
|
When I Screen.Recording.2026-01-12.at.12.03.26.PM.mov |
Member
Author
|
Tweaked! Screen.Recording.2026-01-12.at.12.18.56.PM.mov |
will-lms
reviewed
Jan 12, 2026
51833b0 to
62b0ec6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Overview
This PR implements the following shortcuts in input in
lms chat:All Platforms (Common)
Ctrl+D- Exit (if input empty)Deletion:
Delete- Delete after cursorCtrl+W- Delete word backward (also works asCtrl+Backspace)Alt+Backspace- Delete word backwardAlt+Arrow/Option+Arrow- Move cursor word directionmacOS/Linux Only
Navigation:
Ctrl+A- Move cursor to line start (also works asCmd+LeftArrow)Ctrl+E- Move cursor to line end (also works asCmd+RightArrow)Ctrl+B- Move cursor left by characterCtrl+F- Move cursor right by characterAlt+B/Cmd+B- Move cursor word leftAlt+F/Cmd+F- Move cursor word rightDeletion:
Ctrl+D- Delete after cursorCtrl+U- Delete to line start (Cmd+Backspacein Mac)Ctrl+K- Delete to line end (Cmd+Deletein Mac)Windows/Linux Only
Navigation:
Ctrl+Left- Move cursor word leftCtrl+Right- Move cursor word rightWindows Only
Alt+Delete- Delete word forwardLinux Only
Alt+D- Delete word forwardVideo with debug log statements to demonstrate
Screen.Recording.2025-12-23.at.3.38.32.PM.mov
Needs lmstudio-ai/lmstudio-js#502