alacritty/alacritty
WSL + ConPTY + vim -> paste with blanks lines
Ouverte
#2 324 ouverte le 18 avr. 2019
H - windowshelp wanted
Métriques du dépôt
- Stars
- (64 070 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
Windows 10 1809 + alacritty 0.3.0
When using ConPTY and bash as my shell I get issues when copying multi line text from Windows -> alacritty.
# Windows 10 ConPTY backend (Windows only)
#
# This will enable better color support and may resolve other issues,
# however this API and its implementation is still young and so is
# disabled by default, as stability may not be as good as the winpty
# backend.
Will become
# Windows 10 ConPTY backend (Windows only)
#
# This will enable better color support and may resolve other issues,
# however this API and its implementation is still young and so is
# disabled by default, as stability may not be as good as the winpty
# backend.
When pasted into vim. Pasting directly into the shell or nano works correctly.
This is not an issue from Hyper, PuTTY etc...