From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 218 invoked by alias); 15 Nov 2017 10:40:47 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 22977 Received: (qmail 23068 invoked by uid 1010); 15 Nov 2017 10:40:47 -0000 X-Qmail-Scanner-Diagnostics: from mout02.posteo.de by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(185.67.36.66):SA:0(-7.0/5.0):. Processed in 1.882646 secs); 15 Nov 2017 10:40:47 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-7.0 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H2,SPF_PASS autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: hadrien.lacour@posteo.net X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Date: Wed, 15 Nov 2017 11:40:34 +0100 From: Hadrien Lacour To: zsh-users@zsh.org Subject: zle kill-region without mark consider start of line as mark Message-ID: <20171115104034.p7evb5raltjlg2ja@gentoo.gentoo> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: NeoMutt/20171027 Hello, I have `bindkey -M emacs '^W' kill-region` in my zshrc and using it without having set any mark will cut from the beginning of the line to the cursor. I've tried to read zle's doc but found no mention of this behaviour. Any idea about what's happening and how to do nothing if the mark isn't set?