commit b363a81545d4b373bce7f6d3ec20620c3314315b
parent 6c60674e5e046061d4812d3b2199a035f2d1c06c
Author: k1nkreet <polyakovskiy.ilya@gmail.com>
Date: Wed, 23 Jun 2021 18:30:45 +0300
add bookmarks file info in readme
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -39,6 +39,8 @@ or just copy autoload/gemivim.vim into ~/.vim/autoload and plugin/gemivim.vim in
## Usage:
+### Commands:
+
Gemivim provides several commands for processing gemini links and bookmarks, consider map any of them as a shortcut:
- GemivimOpen - invokes prompt for input gemini url
@@ -47,4 +49,10 @@ Gemivim provides several commands for processing gemini links and bookmarks, con
- GemivimAddBookmark - add current link into bookmarks
- GemivimRefresh - get and reopen link in current buffer
+### Bookmarks:
+
+By default it uses gmni's default bookmarks file: ~/.local/share/gmni/bookmarks.gmi, but you can use your own file by:
+```
+let g:gemini_bookmarks_file = /path/to/your/bookmarks/file
+```