GithubHelp home page GithubHelp logo

Comments (4)

olets avatar olets commented on July 29, 2024

Tell me more about the behavior you'd expect? (Expansion of course, but should it still be space-triggered?) If we can figure out a good default I'd be happy to include it.

I don't use Vi(m) and don't have an intuition for how it should work. Adding this to your zshrc might good place to start if you want to experiment.

[edit in case anyone happens on this comment in the future: this was incorrect, the following declarations are not the fix]

bindkey -M vicmd " " _abbr_widget_expand_and_space
bindkey -M vicmd "^M" _abbr_widget_expand_and_accept
bindkey -M vicmd "^ " magic-space

from zsh-abbr.

AtifChy avatar AtifChy commented on July 29, 2024

It should behave normally in insert mode.

from zsh-abbr.

olets avatar olets commented on July 29, 2024

bindkey -v is wiping out the zsh-abbr key bindings. zsh-abbr does not work if you initialize it before setting vi mode, and does work if you initialize it after setting vi mode.

The quickest way to test whether or not that's the problem for you is to run _abbr_bind_widgets.

If that enables abbreviation expansion in the current terminal, the final fix will depend on how you have things set up. If your .zshrc has bindkey -v or some vi mode plugin, move that above the point where you add zsh-abbr.

from zsh-abbr.

olets avatar olets commented on July 29, 2024

That note 👆 is now in the readme. Closing due to lack of activity

from zsh-abbr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.