Skip to content
Prev Previous commit
Next Next commit
Dokumentation: Visual selection implemented
  • Loading branch information
adaschma committed Jun 13, 2024
commit 2c6fcce2e7099ecaa8ba3afda1cc21f3ef11f99b
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,13 @@ Reedline has now all the basic features to become the primary line editor for [n
- Undo support.
- Clipboard integration
- Line completeness validation for seamless entry of multiline command sequences.
- Visual selection

### Areas for future improvements

- [ ] Support for Unicode beyond simple left-to-right scripts
- [ ] Easier keybinding configuration
- [ ] Support for more advanced vi commands
- [ ] Visual selection
- [ ] Smooth experience if completion or prompt content takes long to compute
- [ ] Support for a concurrent output stream from background tasks to be displayed, while the input prompt is active. ("Full duplex" mode)

Expand Down