Post History
Question How do you specify underscores as Vim word boundaries when using vim mode in either bash or zsh? MWE w on this_word should place the cursor on the underscore. A second w should place th...
#5: Post edited
- How do you specify underscores as Vim word boundaries when using vim mode in either bash or zsh?
- `w` on `this_word` should place the cursor on the underscore. A second `w` should place the cursor on the 'w' of "word".
- # Question
- How do you specify underscores as Vim word boundaries when using vim mode in either bash or zsh?
- # MWE
- `w` on `this_word` should place the cursor on the underscore. A second `w` should place the cursor on the 'w' of "word".
#4: Post edited
How do you specify underscores and as Vim word boundaries when using vim mode in either bash or zsh?- `w` on `this_word` should place the cursor on the underscore. A second `w` should place the cursor on the 'w' of "word".
- How do you specify underscores as Vim word boundaries when using vim mode in either bash or zsh?
- `w` on `this_word` should place the cursor on the underscore. A second `w` should place the cursor on the 'w' of "word".
#3: Post edited
- How do you specify underscores and as Vim word boundaries when using vim mode in either bash or zsh?
`w` on `this_word` should place the cursor on the underscore.
- How do you specify underscores and as Vim word boundaries when using vim mode in either bash or zsh?
- `w` on `this_word` should place the cursor on the underscore. A second `w` should place the cursor on the 'w' of "word".