summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2016-12-17Reset the current buffer using the pre_run_callables.Jonathan Slenders
2016-12-17Added operate-and-get-next.py example.Jonathan Slenders
2016-12-17Added run_application and clear to shortcuts.__all__.Jonathan Slenders
2016-12-17Implemented operate-and-get-next command, bound to C-O in Emacs mode.Jonathan Slenders
2016-12-17Added CommandLineInterface.pre_run_callables list.Jonathan Slenders
2016-12-17Turn self.get_continuation_tokens into a list as soon as possible.Jonathan Slenders
2016-12-17Implemented prefix-meta command.Jonathan Slenders
2016-12-17Added vi-editing-mode and emacs-editing-mode commands.Jonathan Slenders