Replies: 1 comment 4 replies
-
|
I forgot to link the upstream PR: arxanas/scm-record#145 I have been playing around a bit with this and not being able to confirm when in search mode is annoying. I thought about adding ctrl to confirm, but ctrl-c is not a good hotkey as it is used for killing terminal programs. Another idea might be to have it more like I guess ctrl-enter could be made as an alternative key to confirm otherwise. 🤔 edit: ctrl-enter is special and cannot be detected :/ |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I created a draft implementation/suggestion for an (incremental) search box in the split/conflict editor in jj (scm-diff-editor). It shows up at the bottom.
Instructions below for if you want to try it out:
Install
jj config
Use
ctrl-s: search forward
ctrl-r: search backwards
ctrl-g/esc: cancel search
ctrl-space: works as the space hotkey when searching
edit: Add
merge-argsBeta Was this translation helpful? Give feedback.
All reactions