It will most likely be moved to atuin stats
somewhere. I’ve also been playing around with some graphical options, which are far more flexible.
I don’t think that’s possible, at least not in all terminals. The control sequences wouldn’t come out correctly.
We are severely limited in what we can do, I’m afraid. If we want more flexibility, we have a few options
- Have some sort of command prefix, like tmux
- Make vim-mode the default and force users to learn Vim
- Drop some readline parity
See: Default key binding changes
It’s not possible I’m afraid. Terminals use ANSI escape codes, and more complex key combinations just aren’t there
Some reading: ANSI escape code - Wikipedia
There’s the kitty protocol which provides support for this sort of thing, but support is only there in a small number of terminals: Comprehensive keyboard handling in terminals - kitty