Git Product home page Git Product logo

nvsimple.vim's Introduction

DEPRECATED

alok/notational-fzf-vim is a better version of a Notational Velocity or nvALT equivalent for vim.


nvsimple.vim

A poor man's Notational Velocity.

About

nvSimple is a poor man's imitation of Notational Velocity or nvALT, as a pure-vimscript plugin for vim.

nvSimple is a way to maintain a flat directory of plain text notes with easy full text search, and quick access.

nvSimple is based on an idea by Ellen Gummesson.

nvSimple makes use of vimgrep and the quickfix list, and so is immediately familiar to any vim user.

Installing

It is recommended to install nvSimple via Pathogen, Vundle or one of the other modern package managers for vim.

Add this to your .vimrc:

" load nvSimple
Bundle 'scrosland/nvsimple.vim'

" configure the directory in which notes are stored
let l:gnvsimple_notes_directory = '~/notes'

Using

The interface to nvSimple is two commands, :Nv and :Nvopen.

:Nv [pattern]

Search or browse for notes.

If pattern is not supplied, the command prompts for a vimgrep-style search pattern. Entering an empty search pattern will open a directory browser in your notes directory, as configured with g:nvsimple_notes_directory.

Searches all notes for pattern using vimgrep, and then opens the results in the quickfix window via the copen command. The search will include all notes files whether they have the default extension or not.

:Nvopen
:Nvopen a-new-note
:Nvopen a-new-todo.taskpaper

Opens an existing note or creates a new note.

If a name is not supplied, the command prompts for the name.

If the name does not include an extension (e.g. .txt) the default file extension will be appended from the g:nvsimple_default_extension option.

Further information

See the documentation for full details.

nvsimple.vim's People

Contributors

scrosland avatar

Watchers

 avatar  avatar

Forkers

aabs

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.