summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorPablo <pabloab@users.noreply.github.com>2019-06-02 23:15:16 -0300
committerIrina Truong <i.chernyavska@gmail.com>2019-06-02 19:15:16 -0700
commit6d6ab3dab755759ea51ffdc7e7cc2e49379eca4f (patch)
tree515b87ac261a679a2e0443b49d6b2cf2f93ac226 /changelog.rst
parent77bd30dc95db2c901fc762b6b188e08479423b73 (diff)
Add keybinding for alt-enter to introduce a line break (#1065)
* Add keybinding for alt-enter to introduce a line break. * Update changelog. * Added myself to AUTHORS file * Fixed quote issue by pre-commit
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index a49e0ddf..a4ae7cb6 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -889,6 +889,7 @@ Features:
* Cancel a command using Ctrl+C. (Thanks: https://github.com/macobo)
* Faster startup by reading all columns and tables in a single query. (Thanks: https://github.com/macobo)
* Improved psql compliance with env vars and password prompting. (Thanks: `Darik Gamble`_)
+* Pressing Alt-Enter will introduce a line break. This is a way to break up the query into multiple lines without switching to multi-line mode. (Thanks: https://github.com/pabloab).
Bug Fixes:
----------