-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yank multiple words at the same time
Currently, using control-w to cut multiple words leaves only the most recently cut word in your cut buffer for yanking with control-y. This patch makes reedline behave like readline: it restores all concecutive cuts as a single buffer.
- Loading branch information
Showing
1 changed file
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters