Skip to content

Commit

Permalink
Minor bug fixes for README
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Jan 8, 2011
1 parent 21c8699 commit 9c0a055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -4,8 +4,8 @@ The `notes.vim` plug-in for the [Vim text editor] [vim] makes it easy to manage

* **Starting a new note:** Execute the `:Note` command to create a new buffer and load the appropriate file type and syntax
* **Saving notes:** Just use Vim's [:write] [write] and [:update] [update] commands, you don't need to provide a filename because it will be set based on the title (first line) of your note (you also don't need to worry about special characters, they'll be escaped)
* **Editing existing notes:** Execute `:Note keyword` to edit a note containing `keyword` in its title (if no notes are found a new one is created with `anything` as its title)
* **Deleting notes:** The `:DeleteNote` command enables you to delete the current or given note
* **Editing existing notes:** Execute `:Note anything` to edit a note containing `anything` in its title (if no notes are found a new one is created with its title set to `anything`)
* **Deleting notes:** The `:DeleteNote` command enables you to delete the current note
* **Searching notes:** `:SearchNotes keyword …` searches for keywords and `:SearchNotes /pattern/` searches for regular expressions
* **Back-references:** The `:RelatedNotes` command find all notes referencing the current file
* A [Python] [python] script is included that accelerates keyword searches using an [SQLite] [sqlite] database
Expand Down

0 comments on commit 9c0a055

Please sign in to comment.