summaryrefslogtreecommitdiffstats
path: root/pgcli/key_bindings.py
AgeCommit message (Expand)Author
2020-03-14removed py2-related stuffGeorgy Frolov
2019-10-23Disable escape-enter keybinding in vi modeOwen Stephens
2019-10-23Fix the condition for <enter> key. (#1114)Amjith Ramanujam
2019-10-16fixup! fixup! Handle a multi-line query on Enter key-press (fixes #1031)Owen Stephens
2019-10-13fixup! Handle a multi-line query on Enter key-press (fixes #1031)Owen Stephens
2019-10-13Handle a multi-line query on Enter key-press (fixes #1031)Owen Stephens
2019-07-29Add key bindings to consistently move up and down in history (#1084)Pedro Ferrari
2019-06-02Add keybinding for alt-enter to introduce a line break (#1065)Pablo
2019-05-25black all the things. (#1049)Irina Truong
2019-04-13Allow escape to switch to vi navigation mode (#1039)Nathan Vērzemnieks
2019-03-16Remove the expand_tab option from pgclirc.Amjith Ramanujam
2019-03-16Merge branch 'master' into tab-on-line-startAmjith Ramanujam
2019-02-12keybinding for dismissing autocompletelist (#1007)ಠ_ಠ
2018-10-01Merge branch 'master' into tab-on-line-startArtur Balabanov
2018-09-28Cherry-picked prompt-toolkit 2.0 changes. (#930)Irina Truong
2018-07-29On the first line only autocomplete is always triggered, regardless of whethe...Artur Balabanov
2018-07-29Access the current line directly from the Document instance instead of calcul...Artur Balabanov
2018-07-27PEP8 warnings fixedArtur Balabanov
2018-07-27Add a config option -- expand_tab. If set, \t character will be replaced by 4...Artur Balabanov
2018-07-27Docstring updated for the Tab key binding methodArtur Balabanov
2018-07-27Tab press on an empty line is interrupted as a \t character insertArtur Balabanov
2017-07-16Add fish-style autosuggestion.Amjith Ramanujam
2016-05-05Upgrade to prompt-toolkit 1.0.0Jonathan Slenders
2016-01-17Upgrade to prompt-toolkit-0.57Jonathan Slenders
2015-10-10Makes "enter" key function as the "tab" key only when the completion menu is ...Matheus Rosa
2015-08-08Upgrade to prompt_toolkit 0.46Jonathan Slenders
2015-07-31Integration with prompt_toolkit==0.45Jonathan Slenders
2015-06-04Upgrade to prompt_toolkit==0.39Jonathan Slenders
2015-05-11Upgrade to prompt-toolkit 0.34Jonathan Slenders
2015-04-28Differentiate Tab (complete next) from Ctrl-Space (show completions)Daniel Rocco
2015-04-27Have Tab autocomplete at cursorDaniel Rocco
2015-02-12Make F4 toggle vi/emacs modes.Amjith Ramanujam
2015-02-12Get vi mode workingJay Zeng
2015-01-11Use the KeyBindingManager.Amjith Ramanujam
2015-01-08Update prompt_toolkit version, now supporting CTRL+arrow shortcuts.Karl-Aksel Puulmann
2015-01-04Refactor pgcompleter.Amjith Ramanujam
2014-12-19removed unnecessary keybinding in selection modeIryna Cherniavska
2014-12-19added binding on control-space; changed order to order byIryna Cherniavska
2014-12-15F3 to toggle multi-line.Amjith Ramanujam
2014-12-11Add a toolbar and keybinding F2 for smart completion.Amjith Ramanujam