Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the editing operations aware of multiline #219

Merged
merged 1 commit into from
Dec 29, 2021

Conversation

sholderbach
Copy link
Member

  • Moves to start and beginning of the line
  • Make start and end of buffer available for move via Ctrl-Home and
    Ctrl-End
  • Support vi style cutting of whole lines in the cut buffer.
  • add vi style p after paste in addition to before cursor paste with
    P or in emacs mode
  • Enables vi style dd and paste
  • Make sure the line to end cut and clear operations work only on the
    line

- Moves to start and beginning of the line
- Make start and end of buffer available for move via `Ctrl-Home` and
`Ctrl-End`
- Support vi style cutting of whole lines in the cut buffer.
- add vi style `p` after paste in addition to before cursor paste with
`P` or in emacs mode
- Enables vi style `dd` and paste
- Make sure the line to end cut and clear operations work only on the
line
@sholderbach sholderbach added A-Clipboard Area: Integration with copy paste and system clipboard A-Multiline Area: Support for multiline editing (Validation and interaction with `A-Display`) A-ViKeybinding Area: Vi(m) keybinding support labels Dec 29, 2021
@sophiajt
Copy link
Contributor

Looks good!

@sophiajt sophiajt merged commit b242a03 into nushell:main Dec 29, 2021
@sholderbach sholderbach deleted the line-aware-ops branch March 24, 2022 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Clipboard Area: Integration with copy paste and system clipboard A-Multiline Area: Support for multiline editing (Validation and interaction with `A-Display`) A-ViKeybinding Area: Vi(m) keybinding support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants