zsh-users
 help / color / mirror / code / Atom feed
From: "Mikael Magnusson" <mikachu@gmail.com>
To: zsh-users@sunsite.dk
Subject: Re: Feature-request
Date: Sun, 27 Aug 2006 03:30:47 +0200	[thread overview]
Message-ID: <237967ef0608261830u2be9df35vb9643aba0fe21eb8@mail.gmail.com> (raw)
In-Reply-To: <060826114554.ZM15290@torch.brasslantern.com>

On 8/26/06, Bart Schaefer <schaefer@brasslantern.com> wrote:
> On Aug 26,  4:29am, nik wrote:
> }
> } 1. shift+tabbing to cycle in reverse order, i.e some sort of reverse
> } tabbing.
>
> Most terminal emulators cannot distinguish shift+tab from tab on input,
> so you have to work out for yourself how to get shift+tab to send a
> recognizable key sequence if you want to use that.  Alt+tab is also
> a possibility, but that's often trapped by the window manager.  So I
> personally simply use escape followed by tab.
>
>         bindkey "^[^I" reverse-menu-complete

I've set up X to send "ISO_Left_Tab" when i press shift+tab, which
lets me use "^[[Z" as reverse-menu-complete.

> } 2. Some shortcut to delete till the last punctuation mark.
>
> There are several options for this:
>
> (1) Change the value of the WORDCHARS variable.
>
> (2) Use the select-word-style suite that comes with recent zsh, e.g.:
>
>     autoload -U select-word-style
>     select-word-style bash
>
> (3) Rebind ^W to use vi-backward-kill-word.
>
> Details of all of these can be found in the documentation.

I probably got this from the ml at some point, but this works nicely
http://mikachu.ath.cx/slask/dot-delete-to
Feel free to inline it in a reply if you want to archive it, but i
don't trust gmail to send it correctly.

-- 
Mikael Magnusson


  reply	other threads:[~2006-08-27  1:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-26 11:29 Feature-request nik
2006-08-26 18:45 ` Feature-request Bart Schaefer
2006-08-27  1:30   ` Mikael Magnusson [this message]
2006-08-27 12:17   ` Feature-request James Andrewartha
2006-08-27 19:54     ` Feature-request Bart Schaefer
2006-08-27 20:11       ` Feature-request Dan Nelson
2006-08-31 14:56         ` Feature-request Nikhil Jain

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=237967ef0608261830u2be9df35vb9643aba0fe21eb8@mail.gmail.com \
    --to=mikachu@gmail.com \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).