TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Zsh v5.0.8

4 pointsby Wataboualmost 10 years ago

1 comment

Wataboualmost 10 years ago
One of my favorite features of this release, is the inclusion of text objects and visual mode for vi-mode (bindkey -v).<p>If anyone uses vi-mode instead of the default emacs-mode, they know how sorely text objects support was missing. Here&#x27;s an example: in normal mode, if the cursor was at &quot;e&quot; in the word &quot;hello&quot;, you would have to hit &quot;b&quot; to go to the beginning of the word and then use &quot;ce&quot; or &quot;cw&quot;. Now you have the full power of text objects, which means you can use ciw, diw, etc. With visual-mode support, you can even now cut a region, or yank and paste.
评论 #9712798 未加载