Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Some zsh questions
- X-seq: zsh-users 26207
- From: "A. Wik" <awik32@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Some zsh questions
- Date: Tue, 1 Dec 2020 19:09:21 +0000
- Archived-at: <https://zsh.org/users/26207>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-users/2020-12/CALPW7mQ_jTR4cOXRzngH2G%2B5REwcEUNnvPvmHF3U%2BbayvV9qag%40mail.gmail.com>
- Authentication-results: zsh.org; iprev=pass (mail-lj1-f181.google.com) smtp.remote-ip=209.85.208.181; dkim=pass header.d=gmail.com header.s=20161025 header.a=rsa-sha256; dmarc=pass header.from=gmail.com; arc=none
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=dewtMY9CNj8eCUmjscDSrILmDeCxBBSTZi4e1raJkV4=; b=CT8ghjaF/yn4H2mhtTiOSN7v+vdRdNUwhCl8q+KWrBPziD8fyDCqs95N7N8tzF9XCw uedk7Oj4qceweWpXSoLG74yDCrWUVfPRKi4lzbuK68W4pSahAY5ZN6paUKN+X37NJSYI eS4T5VDWgMBKQ/ZefTp354E5NXPA3V5OsQvNRaueZ9DD2j1YRxm2/YhGdO1wft6ovZQQ 8OAKEiVJc6824ewsYdCijjEb5fJspJcxIvAc6mVRFSs6XKaKs4mVokidQ2bA6avi6fsa 42i+phfCNpA7RDRe01R7ZwByiCU3I4bFMqmn29FWNkc84OqQTcOejtlpHBiNAtKFJNxg uZ6g==
- List-archive: <http://www.zsh.org/sympa/arc/zsh-users>
- List-help: <mailto:sympa@zsh.org?subject=help>
- List-id: <zsh-users.zsh.org>
- List-owner: <mailto:zsh-users-request@zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-subscribe: <mailto:sympa@zsh.org?subject=subscribe%20zsh-users>
- List-unsubscribe: <mailto:sympa@zsh.org?subject=unsubscribe%20zsh-users>
- Sender: zsh-users-request@xxxxxxx
Hi all,
I have this version of zsh:
zsh 5.4.2 (x86_64-ubuntu-linux-gnu)
And I have some questions:
(1) when I use ^X^V to enter vi command mode, then go to insert mode,
I can't get back to command mode using ESC, but using ^X^V again
works. It's in the keymap:
% bindkey -M viins |grep -i cmd
"^[" vi-cmd-mode
Incidentally, for some reason ^X^V is not listed.
(2) When I'm using the bang history feature, is there a way to get the
! commands themselves, instead of their expansion, listed in the
history?
(3) Copying and pasting acts weird when I use zsh but not bash; eg:
% echo $SHELL
/bin/zsh
% 0~echo $SHELL1~ 0~/bin/zsh1~
If it's not obvious, on the last line above, I copied "echo $SHELL"
and pasted it, pushed the space bar, and copied and pasted "/bin/zsh".
However, this seems to happen only when I paste to the prompt. Here,
below, I copy and paste the same into "cat":
% echo $SHELL
/bin/zsh
% cat
echo $SHELL
echo $SHELL
/bin/zsh
/bin/zsh
^C
%
Regards,
Albert Wik.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author