Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Emulating vim's Ctrl-W behavior
- X-seq: zsh-users 18021
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users <zsh-users@xxxxxxx>
- Subject: Re: Emulating vim's Ctrl-W behavior
- Date: Fri, 04 Oct 2013 21:30:45 -0700
- In-reply-to: <CA+6di1n==P7djLNNGf0vKUW95Z_F-qEbQ3OStirAkvqKZZ7n2Q@mail.gmail.com>
- 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
- References: <CA+6di1m1XWgdrCaKWuQzsHcrzONdrSLkTFnGcxZYzv2uriX6WQ@mail.gmail.com> <20131004220328.GE19282@hazmatt> <CA+6di1n==P7djLNNGf0vKUW95Z_F-qEbQ3OStirAkvqKZZ7n2Q@mail.gmail.com>
On Oct 4, 4:19pm, Jack O'Connor wrote:
}
} Awesome, and thanks for the quick response! I was using a mix of bindings
} from the emacs and vi modes, and I'd ended up with the emacs version of
} Ctrl-W without realizing they were different.
If you want more control over the emacs backward-kill-word, have a look
at the WORDCHARS variable. (To which you'd want to add "|", in the
example you gave, and remove "/".)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author