Description of the problem or steps to reproduce
Given two lines of texts:
text1
text2
Do following:
- Cut Line text1 (using command Cut)
- Cut Line text2
- Do paste, we get
"text1
text2"
rather than "text2".
Related config
bindings.json:
"Ctrl-k": "Cut",
"Ctrl-u": "Paste",
Specifications
Commit hash: Commit hash: 7d37e72
OS: WSL2/ubuntu 20.04
Terminal: Windows Terminal