Kitten to navigate between user prompts in Claude Code / Codex CLI #9612
khughitt
started this conversation in
Show and tell
Replies: 2 comments
|
You are welcome! Just FYI you dont need a kitten for this, you can use
the builtin marks feature. https://sw.kovidgoyal.net/kitty/marks/
|
0 replies
|
Ah Thanks! My first stab used built-in marks support, but I couldn't find a way to set the marker and scroll to it with a single keybinding. Using |
0 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.
Simple kitten to jump to previous / next user input when working in Claude Code or Codex CLI. It uses the prefix characters that appear at the start of user prompts (❯ and ›) to find where to jump.
kitty.conf
scroll_prompt.py
Thanks, Kovid, for all of your hard work, and for all of the kittens!
All reactions