Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh Issue - "Tab" character is not pasted into shell
- X-seq: zsh-workers 39149
- From: Xavier Martínez Serrano <xmarti6@xxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: zsh Issue - "Tab" character is not pasted into shell
- Date: Thu, 1 Sep 2016 10:42:48 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=xtec-cat.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=awwQqMfc2BV8WPQ9M+CLslPcsjhn8ZUxYAPLgmLus1E=; b=KuvEWUbX/1eTepsFXkNTDShqLytYOgPCRb2dlg/Xg1Q4ZBgV02v57wcxEYyi2N/gfm JpajQ6+Fz0STEVSekGt/rn5arnHsrNVeTR20MmtRyEfHrLejstx9dyYAFKL6wtV4VHXg Wbr+tnQijntoNruUJ7pdizy7X57QKi8UsLYw+PHtDGVoNHmDhase3gmQy22PFVwlN0ui fnIEfWGXmlr52VJNSgamFN4JiJKE7gOfEFVOrs3tULV3RfXtBUv3sdzk8SwVNr1/NJIb v403RXN7AF1rrhJLfLey+OVESPWQq2R+0SVbrQ7eEoK0X7ohmXvG5+XP4IjD3O4VfSSl J60Q==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hi all,
I recently experimented an issue when pasting "tab" characters to zsh
terminal. Whereas
changing the shell to "sh" or opening a terminal editor like "nano" allowed
me to paste
a text with tabs, when copying the same text with tabs into "zsh" it
literally EATS the TAB
characters.
I've observed this behaviour in Ubuntu 12.04/14.04 (within Biolinux
distribution).
I hope there is a workaround or some trick I may not know.
Many thanks for your help in advance,
Xavi
Ex:
Text in "Leafpad" (plain text editor):
this<TAB>is<TAB>a<TAB>test
When coyp/pasted (via menu or shortcut(Ctrk+Shift+V) to sh or nano the
output is as expected:
this<TAB>is<TAB>a<TAB>test
But when pasted to "zsh" the output is:
thisisatest
Messages sorted by:
Reverse Date,
Date,
Thread,
Author