On Thu, May 01, 2025 at 08:54:08AM +0100, Chris Green wrote:
> Is there any way to simplify/abbreviate the output of commands like
> "show-bindings"?
> 
> I'd like, for example, to be able to see a list of all bindings
> configured in insert mode without the description and without
> alternative command names such that there is one command per line with
> the bound key.  E.g. something like:-
> 
> "append-chars"                  a
> "append-chars-at-eol"           A
> "back-page"                     ^B      #-p
> "back-paragraph"                {
> 
> 
> ... and so on.

There's nothing built-in, but you could write a macro which saved it
to a file, reformat it with a script and read that into a buffer...
 
> This would make it much easier to see which characters are in use
> and/or which one might be able to change without removing necessary
> bindings.
> 
> -- 
> Chris Green
> 
> 

-- 
Thomas E. Dickey <[email protected]>
https://invisible-island.net

Attachment: signature.asc
Description: PGP signature

Reply via email to