-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
As the heading says, the current implementation of Auto-complete is non-context based and only implements one keyboard shortcut:
- Ctrl + Backspace : for clearing a word
I need someone to help with implementing shortcuts like:
- Navigating through words using Ctrl + Left/Right
- Selecting text using Ctrl + Shift + Left/Right
- Delete text after Selection
- Cut/Copy/Paste after Selecting using Ctrl + X, Ctrl + C and Ctrl + V respectively.
- (if possible, not necessary) Cycle through previous commands using Up/Down in idle state
Should be simple as all raw input implementations are part of just one file: raw_input.rs
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed