Git Product home page Git Product logo

denite-autojump's Introduction

Denite-autojump

An autojump source for denite.nvim.

Install

For vim-plug, add:

Plug 'shougo/denite.nvim'
Plug 'sunjon/denite-autojump'

to your .vimrc and run :PlugInstall and :UpdateRemotePlugins after a restart.

Note: denite.nvim requires python3+. Make sure has('python3') returns true, and run:

pip3 install neovim

before you install any neovim remote plugin.

Run :CheckHealth if you encounter any issues.

Key Binds

Create a key bind in your .vimrc. eg:

nnoremap <silent> <Leader>p :Denite autojump<Cr>

Actions

  • autojump - cd to selected path. Default action

Configuration Options

  • g:autojump_command

    Path to the autojump binary. (string)

    default: /usr/local/bin/autojump

  • g:autojump_database

    Path to the autojump.txt db. (string)

    default: ~/Library/autojump/autojump.txt

  • g:autojump_register

    Register the cd event with autojump. (bool)

    default: 1

  • g:autojump_echo

    Echo the cd event to the cmdline. (bool)

    default: 1

denite-autojump's People

Contributors

sunjon avatar

Stargazers

 avatar

Watchers

 avatar

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.