summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-07-27Release 1.0.151.0.15Jonathan Slenders
2017-07-06Added Kube-shell to README.Jonathan Slenders
2017-07-03Enable autowrap in renderer again (for possible background threads.)Jonathan Slenders
2017-07-03Escape should accept the search, this is closer to how readline works.Jonathan Slenders
2017-07-03Only consider the text before the cursor when activating history search.Jonathan Slenders
2017-06-16Don't shuffle tasks in event loop. This should fix #507.Jonathan Slenders
2017-05-03Enable autowrap in Renderer.erase().Jonathan Slenders
2017-04-16Add run_in_terminal option to disable cooked modeBruce Merry
2017-03-26Release 1.0.141.0.14Jonathan Slenders
2017-03-26Fixes previous_key_sequences: make a copy of key_sequences before calling the...Jonathan Slenders
2017-03-26Added comment to last commit. (Change about the VMIN flag.)Jonathan Slenders
2017-03-26Set VMIN to 1 when entering raw modeGabriel McManus
2017-03-08use matching backticksMatthias Bussonnier
2017-03-08Don't save undo state with CPRResponseAaron Meurer
2017-02-22Added Ergonomica to the list of projects.Jonathan Slenders
2017-02-13Use shlex.split() when calling the subprocess.Jonathan Slenders
2017-02-07Adds Coconut to projects that use prompt_toolkitEvan Hubinger
2017-02-07fallback to default terminal size if reported as 0David Szotten
2017-02-05Added missing explicit loops for Futures in asyncio_posix eventloop.Piotr Ĺšniegowski
2017-02-05Handle arguments in the $EDITOR or $VISUAL env variableMatthias Bussonnier
2017-02-02Release 1.0.131.0.13Jonathan Slenders
2017-02-02Release 1.0.11Jonathan Slenders
2017-02-02Bugfix: only handle edit-and-execute-command in Vi Navigation mode.Jonathan Slenders
2017-01-30Removed deprecation warning, regarding KeyBindingManager in the documentation.Jonathan Slenders
2017-01-30Release 1.0.101.0.10Jonathan Slenders
2017-01-28Fix IndexError in operate-and-get-next commandqweeze
2016-12-29Fixed the NoConsoleScreenBuffer error that appeared on some 64bit Python vers...Jonathan Slenders
2016-12-29Added example to PygmentsLexer docstring.Jonathan Slenders
2016-12-29Added example to docstring of style_from_pygments.Jonathan Slenders
2016-12-29Don't include add_binding and remove_binding to the BaseRegistry interface.Jonathan Slenders
2016-12-28Pass `raw=True` to the `stdout_context` in `prompt_toolkit.shortcuts`.Jonathan Slenders
2016-12-28Improved the patch-stdout.py example. Make the background thread a daemon.Jonathan Slenders
2016-12-27Added an reverse_vi_search_direction option.Jonathan Slenders
2016-12-17Renamed load_default_key_bindings_for_prompt to load_key_bindings_for_prompt.Jonathan Slenders
2016-12-17Implemented keyboard macros. (Like readline in Emacs mode.)Jonathan Slenders
2016-12-17Visual a quoted insert using '^', just like in Vi.Jonathan Slenders
2016-12-17Added quoted-insert named command.Jonathan Slenders
2016-12-17Small cleanup in basic key bindings.Jonathan Slenders
2016-12-17Ignore all other matches if eager key bindings were found.Jonathan Slenders
2016-12-17Removed unused imports.Jonathan Slenders
2016-12-17Added complete/menu-complete/menu-complete-backward named commands.Jonathan Slenders
2016-12-17Added example with a custom Vi operator and text object.Jonathan Slenders
2016-12-17Allow @operator and @text_object to pass an 'eager=True' argument.Jonathan Slenders
2016-12-17Updated examples to use the key_binding.defaults functions instead of the Key...Jonathan Slenders
2016-12-17Extracted the Vi create_operator_decorator and create_text_object_decorator f...Jonathan Slenders
2016-12-17Removed the 'enable_visual_key' filter from load_vi_bindings. This was not used.Jonathan Slenders
2016-12-17Refactoring of the key bindings.Jonathan Slenders
2016-12-17Added edit-and-execute-command command.Jonathan Slenders
2016-12-17Take $VISUAL environment variable into account.Jonathan Slenders
2016-12-17Added comments to Emacs bindings.Jonathan Slenders