Git Product home page Git Product logo

vim-denite-z's Introduction

denite-z neo/vim plugin

Filter and browse z / z.lua / zoxide (jump around) data file with this denite.nvim plugin for Neovim or Vim.

Features

  • Detect and use zoxide, or fallback to original rupa/j2 implementation
  • Custom Denite sorter
  • Manual command option

Installation

Use your favorite plugin manager, mine is dein.vim.

Requirements

Usage

:Denite z[:query[:order]]
  • query can be any string to filter candidates
  • order must be one of: rank, recent (default), frecent (Doesn't work when zoxide is used)

Examples:

  • To list all entries: :Denite z
  • Query to filter results: :Denite z:acme
  • To list all entries with the rank order: :Denite z::rank

Configuration

Set the z source sorter to sorter/z for proper rank order:

call denite#custom#source('z', 'sorters', ['sorter/z'])

Create a short-cut command: (Usage: :Z foo)

command! -nargs=+ -complete=command Z
  \ call denite#start([{'name': 'z', 'args': [<q-args>]}])

Unless you're using zoxide, you can change the order option:

call denite#custom#var('z', 'order', 'frecent')

Possible options: rank, recent, and frecent.

Credits & Contribution

  • rupa/z - wonderful utility
  • rupa/j2 - included python implementation of z

This plugin is maintained by Rafael Bodill.

Pull requests are welcome.

vim-denite-z's People

Contributors

rafi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

vim-denite-z's Issues

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.