1
I Use This!
Low Activity

Commits : Listings

Analyzed 25 minutes ago. based on code collected 27 minutes ago.
Feb 13, 2025 — Feb 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added example with a custom Vi operator and text object. More... about 9 years ago
Allow @operator and @text_object to pass an 'eager=True' argument. More... about 9 years ago
Updated examples to use the key_binding.defaults functions instead of the KeyBindingManager. More... about 9 years ago
Extracted the Vi create_operator_decorator and create_text_object_decorator functions. More... about 9 years ago
Removed the 'enable_visual_key' filter from load_vi_bindings. This was not used. More... about 9 years ago
Refactoring of the key bindings. More... about 9 years ago
Added edit-and-execute-command command. More... about 9 years ago
Take $VISUAL environment variable into account. More... about 9 years ago
Added operate-and-get-next.py example. More... about 9 years ago
Added CommandLineInterface.pre_run_callables list. More... about 9 years ago
Turn self.get_continuation_tokens into a list as soon as possible. More... about 9 years ago
Implemented prefix-meta command. More... about 9 years ago
Added vi-editing-mode and emacs-editing-mode commands. More... about 9 years ago
Implemented operate-and-get-next command, bound to C-O in Emacs mode. More... about 9 years ago
Reset the current buffer using the pre_run_callables. More... about 9 years ago
Added run_application and clear to shortcuts.__all__. More... about 9 years ago
Added comments to Emacs bindings. More... about 9 years ago
Added insert-comment command, bound to M-#. More... about 9 years ago
Added Buffer.validation_state attribute. + Don't call the validator again as long as the input didn't change. More... about 9 years ago
Removed pypy3 from travis. Travis keeps failing with an "invocation failed" error. More... about 9 years ago
Fix non-ASCII characters breaking python2 More... about 9 years ago
Implemented the difference between backward-kill-word an unix-word-rubout. More... about 9 years ago
Fixed typo in documentation. More... about 9 years ago
Added unit tests for 'print_tokens'. More... about 9 years ago
Take a 'file' argument in print_tokens, just like the print function. More... about 9 years ago
In print_tokens, fall back to default style if no style was given. More... about 9 years ago
Added warning about coming changes to the documentation about full screen applications. More... about 9 years ago
Fix mixup in the mapping from ansi color names to VT100 codes. More... over 9 years ago
PEP8 in unit tests. More... over 9 years ago
Implementation if the Emacs kill-ring (yank-pop command.) + unit tests + some refactoring. More... over 9 years ago