Skip to content

Conversation

@zbintliff
Copy link
Contributor

Moving to ZSH I have been frustrated with how delete word forward operates, usually I want to change a word in a directory path and would end up deleting the entire path string.

```
You can learn about the available word styles and their behavior [here](https://linux.die.net/man/1/zshcontrib) (search for `select-word-syle`). If you want even more flexiblity you can do the following in your .zshrc:
```
export WORDCHAR=''
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WORDCHARS

@rothgar
Copy link
Owner

rothgar commented Jul 26, 2019

This is a really good section and I didn't realized they were different by default from bash. Can you add a subsection to this so it's easier to find. Also just add a line so people can view their existing word split with echo $WORDCHARS

Moving to ZSH I have been frustrated with how delete word forward operates, usually I want to change a word in a directory path and would end up deleting the entire path string.
@rothgar rothgar merged commit 7f8ca7e into rothgar:master Jul 26, 2019
@zbintliff zbintliff deleted the patch-2 branch July 29, 2019 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants