1
I Use This!
Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Feb 07, 2025 — Feb 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implementation of Vi digraphs. More... almost 10 years ago
Fixed syntax error in documentation (building_prompts). More... almost 10 years ago
Mention Python 3.5 in the README. More... almost 10 years ago
Documentation for CommandLineInterface. More... almost 10 years ago
Updated documentation about changing between Vi and Emacs mode. More... almost 10 years ago
Documentation regarding vi_mode and editing_mode in shortcuts. More... almost 10 years ago
Pass editing_mode from shortcuts.create_prompt_application to Application class. Deprecate vi_mode parameter. More... almost 10 years ago
Backwards compatibility in deprecated ViStateFilter. More... almost 10 years ago
Updated switch-between-vi-emacs.py example to use cli.editing_mode. More... almost 10 years ago
Only use 16 colors in (Emacs) eterm-color. More... almost 10 years ago
Renamed filters.ViState to InViState. + implementation of EditingMode. (A filter to determine whether we're in Vi or Emacs mode.) More... almost 10 years ago
Implemented Emacs meta-* and ctrl-backslash key bindings. More... almost 10 years ago
Removed usage of helper variable in layout.screen.Screen. More... almost 10 years ago
Use the bisect module in Document._line_start_indexes instead of a custom binary search. This should be faster. More... almost 10 years ago
Bugfix in "xP Vi key binding. More... almost 10 years ago
Improved copy/paste in Vi mode + added named registers. More... almost 10 years ago
Python 2 compatbility fix. More... almost 10 years ago
Python 2 compatbility fix. More... almost 10 years ago
Handle unknown key bindings when waiting for a text object. More... almost 10 years ago
Renamed region to text_object. More... almost 10 years ago
Bugfix in Vi selection key binding. More... almost 10 years ago
Removed code duplication in Vi bindings. More... almost 10 years ago
Display selection also on empty lines. More... almost 10 years ago
gq key binding for Vi mode. (Reshape text.) More... almost 10 years ago
Bugfix in { and } vi key binding. More... almost 10 years ago
Bug fix in transform_region. More... almost 10 years ago
Correctly handle arguments after operator. More... almost 10 years ago
Make > and < operators. More... almost 10 years ago
Added auto-paragraph text object. More... almost 10 years ago
Handle movements from text objects in selection mode. More... almost 10 years ago