Thanks for checking it out; let me know how you like it!
And yep, Cmd-k looks to be clear buffer.. I decided to go with Cmd-k rather than Cmd-P because:
- Cmd-k seems to be the standard most of the world has settled on (Notion, Todoist, Slack, Spotify, etc.)
- I've never used the Cmd-k clear buffer binding personally (I just use `clear`)
- I'm not a big fan of VSC using Cmd-p as "find file", since Cmd-p for me is always "Print"
That said, if you prefer Cmd-P you can use that instead! The fuzzy find functionality is in a Bash function called `cmdk`, and you can bind whatever hotkey you'd like so long as it sends the string `cmdk\n`.