Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zdharma-continuum/zinit Loading
base: main
Choose a base ref
...
head repository: psprint/.priv-zinit-fork Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 9 files changed
  • 1 contributor

Commits on Aug 23, 2023

  1. feat: new ice build''

    psprint committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ac86876 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7be456d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. feat: on demand plugin-id completor and ice name completor

    One will be able to obtain, e.g.:
    
    zinit fzf<Alt>-<Shift>-A
        » zinit junegunn/fzf
    zinit cd rip<Alt>-<Shift>-A
        » zinit cd BurntSushi/ripgrep
    
    and so on. The <Alt>-<Shift>-A shortcut works with ALL commands,
    regardless if it's zinit command or not.
    
    Two autoloaded functions added, ziactioncomplete (the proper imple-
    mentation of the main features) and ziprocessbuffer (a very useful
    library function that takes care of $BUFFFER/$CURSOR processing).
    
    Also Feature: Cycling and ice-completion (<Alt>-<Shift>-C).
    
    Cycling will allow to choose a particular match, say for, e.g.:
    zinit at<Alt>-<Shift>-C
        »   zinit atclone<Alt><Shift>-C
        » zinit atinit<Alt>-<Shift>-C
    psprint committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    cfc3cb3 View commit details
    Browse the repository at this point in the history
  2. Documentation – share a useful trick with named directories.

    Alias all plugins with ~plgname to point to their directory.
    psprint committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    88429e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d54c0ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a5b86a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7a79f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    617d1f4 View commit details
    Browse the repository at this point in the history
Loading