Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
how to prevent $'command'<return> from changing the vi mode?
- X-seq: zsh-users 17752
- From: Leonardo Barbosa <barbosa.leonardo@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: how to prevent $'command'<return> from changing the vi mode?
- Date: Tue, 9 Apr 2013 21:52:36 -0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:from:date:message-id:subject:to :content-type; bh=WQ6lLs7SHG8ADAu2XRz2itgJqbwfVLVhCMDci/vRdxk=; b=1ITA4Oonee4X/759JCHscRKl7DjGNUMa2n8u3w02J3zdCChwukwWwFfmcdNMctXk9S 24M4ueYy20SEhAx+88x+yerGgi0zD7oVzJ+xgx2/gHWJ1HirPuZXQ7tCy7FIRyvlZYBs sCTr4KAwx+Qx46T/5dXFlID8YKPMQT4OXovUH/tI776ZntNUNQooKuaNHtfFUBgAMrCX 9ejdXcdUQMxHW3+OmpBQylYe8nigTr15lVua6syoeNv4iJEovO3NEtU1No6dgNZGK6Ju 0kwE/a8Zr5ZHXZmowbK69TR14UtQF5Uu32kqepZUzr90WA8kvl0b7R89Xa1wgiQXgN43 V30w==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hello all,
I'm using vi mode in zsh. When i'm in normal mode and enter a command,
for instance, $ls<return>, it enters in insert mode. I would like,
however, to stay as in the same mode as I was prior to hit <return>.
How can i do that?
Thanks in advance
Leo
Messages sorted by:
Reverse Date,
Date,
Thread,
Author