pgcli
pgcli copied to clipboard
How can I add keyboard shortcut?
Description
With psql, I can add this to ~/.inputrc:
$if Psql
"\ee":"explain (analyze, buffers) "
$endif
and (if psql was compiled with readline support), pressing alt-e will add "explain (analyze, buffers)". How can I achieve the same thing in pgcli?