pgcli icon indicating copy to clipboard operation
pgcli copied to clipboard

How can I add keyboard shortcut?

Open depesz opened this issue 2 years ago • 0 comments

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?

depesz avatar Apr 13 '22 09:04 depesz