okbob / pspg

Unix pager (with very rich functionality) designed for work with tables. Designed for PostgreSQL, but MySQL is supported too. Works well with pgcli too. Can be used as CSV or TSV viewer too. It supports searching, selecting rows, columns, or block and export selected area to clipboard.
BSD 2-Clause "Simplified" License
2.48k stars 86 forks source link

F13 / mark colums #190

Closed michbsd closed 3 years ago

michbsd commented 3 years ago

Hi,

Can I edit the keybinding? I do not have F13 on my keyboard - or is there another keyboard shortcut that will allow me to mark columns?

Thanks,

okbob commented 3 years ago

st 13. 10. 2021 v 15:55 odesílatel Michael Landin @.***> napsal:

Hi,

Can I edit the keybinding? I do not have F13 on my keyboard - or is there another keyboard shortcut that will allow me to mark columns?

usually nobody has F13 - it is shift + F3

you can select column by ctrl + left mouse drag over header line too

Regards

Pavel

Thanks,

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/okbob/pspg/issues/190, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEFO4ZYDWKO6WXM3J2AKHDUGWFUFANCNFSM5F5IPHQQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

michbsd commented 3 years ago

thanks