Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
vi mode cursor position
- X-seq: zsh-users 24047
- From: Christopher Paul <Christopher.Paul@xxxxxxxxxxxxxxxxxx>
- To: "zsh-users@xxxxxxx" <zsh-users@xxxxxxx>
- Subject: vi mode cursor position
- Date: Thu, 11 Jul 2019 23:52:23 +0000
- Accept-language: en-US
- Authentication-results: spf=none (sender IP is ) smtp.mailfrom=Christopher.Paul@xxxxxxxxxxxxxxxxxx;
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hitachidatasystems.onmicrosoft.com; s=selector1-hitachidatasystems-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=YRHjrt/4MkIQzyLRgGpm1G//Gv7++eaj1mYU9FbscCc=; b=DORIkYWMBXebMOb0omWeglAEm7Obe/+P6+cKBDW/zH6yZtDYgKMK2qhfRFJiO07erfRuk0K6mZV1Ehfla/ipTiBw7gKsz5+0HKipZDZL68OqQWKf5Cdr9Do9Q+idWnaqDfHuCS5CnGsj1VtH1+cFpA7zlaIU9VAL1jGGsvpEfrM=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- Thread-index: AdU4QvR0qdTvR8TjQ6KMDZBOPZqKsA==
- Thread-topic: vi mode cursor position
Salutations Zsh Users,
I just started using zsh. It's always fun to learn a new trick. I am a long-time vi-mode user. One thing that's different from ksh and bash is the cursor position after an ESC-k. With zsh, the cursor is positioned on the last character of the last command after an ESC-k. With ksh and bash, the cursor is positioned at the first character of the last command after an ESC-k.
I'm pretty sure there is a way to change this in zsh. Can anyone give me a pointer?
CP
--
Christopher Paul
Messages sorted by:
Reverse Date,
Date,
Thread,
Author