Zsh plugin: zsh-easy-motion

From wikinotes
Revision as of 23:37, 10 February 2024 by Will (talk | contribs) (Created page with "vim's easy-motion plugin ported to your zsh commandline = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/IngoMeyer441/zsh-easy-motion |- |} </blockquote><!-- Documentation --> = Install = <blockquote> Install using zsh antigen </blockquote><!-- Install --> = Configuration = <blockquote> <syntaxhighlight lang="zsh"> # ~/.zshrc bindkey -M vicmd ' ' vi-easy-motion </syntaxhighlight> </blockquote><!-- Configuration -->")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

vim's easy-motion plugin ported to your zsh commandline

Documentation

github https://github.com/IngoMeyer441/zsh-easy-motion

Install

Install using zsh antigen

Configuration

# ~/.zshrc

bindkey -M vicmd ' ' vi-easy-motion