gemivim

VIM plugin for Gemini browsing
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 0cab24f2bffef5db6f6922ca8b67324bf5b75639
parent abcfa048372faa1c4520c39b45010d7a6a6c4647
Author: k1nkreet <polyakovskiy.ilya@gmail.com>
Date:   Wed, 23 Jun 2021 17:17:23 +0300

fix lists in readme

Diffstat:
MREADME.md | 23++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md @@ -4,10 +4,10 @@ This is a simple VIM plugin for browsing [Gemini](https://gemini.circumlunar.spa It uses [gmni](https://sr.ht/~sircmpwn/gmni/) as a gemini client and supports: - * Get gemini content by given URL - * Netrw gx-like open gemini link under cursor - * Capturing input when gemini resource anticipates to - * Bookmarks management +- Get gemini content by given URL +- Netrw gx-like open gemini link under cursor +- Capturing input when gemini resource anticipates to +- Bookmarks management Since plugin does nothing but storing content in temporary files and opening them in buffers, one could find quite convenient to use whole power of VIM with search, jumplists, tabs, whatever to browse efficiently. @@ -16,8 +16,8 @@ to use whole power of VIM with search, jumplists, tabs, whatever to browse effic ## Dependencies: - * [GMNI](https://git.sr.ht/~sircmpwn/gmni/) - * You may find useful [gemini-vim-syntax](https://tildegit.org/sloum/gemini-vim-syntax/) project, but it's necessary for Gemivim +- [GMNI](https://git.sr.ht/~sircmpwn/gmni/) +- You may find useful [gemini-vim-syntax](https://tildegit.org/sloum/gemini-vim-syntax/) project, but it's not necessary for Gemivim ## Installation: @@ -41,9 +41,10 @@ or just copy autoload/gemivim.vim into ~/.vim/autoload and plugin/gemivim.vim in 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 - * GemivimGX - open link under the cursor - * GemivimOpenBookmarks - open bookmarks file - * GemivimAddBookmark - add current link into bookmarks - * GemivimRefresh - get and reopen link in current buffer +- GemivimOpen - invokes prompt for input gemini url +- GemivimGX - open link under the cursor +- GemivimOpenBookmarks - open bookmarks file +- GemivimAddBookmark - add current link into bookmarks +- GemivimRefresh - get and reopen link in current buffer +