1
I Use This!
Low Activity

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Feb 07, 2025 — Feb 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Handle Ctrl+Left/Right in rxvt More... over 9 years ago
Release 1.0.9 More... over 9 years ago
Don't handle ControlJ when we're not in insert mode. (This includes multiple-cursor-insert-mode.) More... over 9 years ago
Fixed bug when pressing delete at the end of the last line in Vi visual block mode. More... over 9 years ago
Handle race condition in eventloop/posix.py. More... over 9 years ago
Fix `cooked_mode`. This fixes a bug in ptpython where executing `input()` would display ^M instead of accepting the input. More... over 9 years ago
Added unit tests for yank-nth-arg and yank-last-arg. More... over 9 years ago
Fixes the previous commit. Wrong typechecking. More... over 9 years ago
Implementation of the yank-nth-arg and yank-last-arg Readline commands + Emacs bindings. More... over 9 years ago
Update ansi color names for vt100. More... over 9 years ago
Import prompt_async shortcut in __init__. More... over 9 years ago
Fix ansicolors codes for windows terminal. The high and low intensity color codes were swapped. More... over 9 years ago
Cleaned up some key bindings: auto_up/down handles selection properly. More... over 9 years ago
Allow searching in Vi selection mode. More... over 9 years ago
Made text objects of the Vi 'n' and 'N' search bindings. This allows searching in selection mode, and it will handle key bindings like cn, cN, dn, dN, yn, yN. More... over 9 years ago
Release 1.0.8 More... over 9 years ago
Added unit tests for Visual block editing in Vi mode. More... over 9 years ago
Bugfix for Windows. Correctly recognize all Chinese and Lithuanian characters. More... over 9 years ago
Refactoring of the 'selectors' module for the posix event loop. More... over 9 years ago
Added no_selection_handler to @text_object. More... over 9 years ago
When inserting text with multiple cursors, don't create a save point for each key stroke. More... over 9 years ago
Added 'A' key binding for inserting after block selection. More... over 9 years ago
Added DisplayMultipleCursors processor to shortcuts.create_prompt_layout. More... over 9 years ago
Visualize multiple cursors. More... over 9 years ago
Some improvements regarding the multiple cursor support. More... over 9 years ago
Added Shift-I Vi command in block selection mode to insert text at the beginning of each line of the block More... over 9 years ago
Turned the _max_postpone_until argument of call_from_executor into a float. (As returned by `time.time`.) More... over 9 years ago
Small optimization in the posix eventloop. Don't call time.time() if we don't have an inputhook. More... over 9 years ago
Update building_prompts.rst More... over 9 years ago
Update building_prompts.rst More... over 9 years ago