From 7684509eeb57dec7dbda36744ee9504542212cea Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Mon, 27 Feb 2017 22:41:18 +0800 Subject: [PATCH] Add doc for bookmarks plugin --- docs/documentation.md | 18 ++++++++++++++++++ docs/sponsors.md | 2 ++ 2 files changed, 20 insertions(+) diff --git a/docs/documentation.md b/docs/documentation.md index 674aed312..9eb4052ab 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -270,6 +270,10 @@ Key | Mode | Action ----- |:----:| ------------------ `F2` | _All_ | Toggle tagbar `F3` | _All_ | Toggle Vimfiler +`` + num | Normal | Jump to the buffer whit the num index +`` + num | Normal | Jump to the buffer whit the num index, this only works in neovim +`` + `h`/`` | Normal | Jump to left buffer in the tabline, this only works in neovim +`` + `l`/`` | Normal | Jump to Right buffer in the tabline, this only works in neovim ``+`ts` | Normal | Toggle spell-checker (:setlocal spell!) ``+`tn` | Normal | Toggle line numbers (:setlocal nonumber!) ``+`tl` | Normal | Toggle hidden characters (:setlocal nolist!) @@ -308,6 +312,18 @@ Key | Mode | Action ``+`sv` | Normal | Split with previous buffer ``+`sg` | Normal | Vertical split with previous buffer +SpaceVim has mapped normal q as smart buffer close, the normal func of q +can be get by `` q r + +##### Native functions + +Key | Mode | Action +----- |:----:| ------------------ +`` + `qr` | Normal | Same as native `q` +`` + `qr/` | Normal | Same as native `q/`, open cmdwin +`` + `qr?` | Normal | Same as native `q?`, open cmdwin +`` + `qr:` | Normal | Same as native `q:`, open cmdwin + ##### Plugin: Unite Key | Mode | Action @@ -424,6 +440,8 @@ Key | Mode | Action `m`+`p` | Normal | Jump to previous bookmark `m`+`i` | Normal | Annotate bookmark +As SpaceVim use above bookmarks mappings, so you can not use `a`, `m`, `n`, `p` or `i` registers to mark current position, but other registers should works will. if you really need to use these registers, you can add `nnoremap m m` to your custom configuration, then you use use `a` registers via `\ma` + ##### Plugin: Gita Key | Mode | Action diff --git a/docs/sponsors.md b/docs/sponsors.md index 009d677dc..d1198afc0 100644 --- a/docs/sponsors.md +++ b/docs/sponsors.md @@ -19,6 +19,8 @@ if you are a chinese, It will be more easy in wechat. These are the companies or individuals contributing a monthly amount to help sustain SpaceVim's development. See the [Bountysource campaign](https://www.bountysource.com/teams/spacevim) for more details. +Date | Description +-------------- | ---------------------- 2017-2-23 | user from wechat contributed ¥40 to SpaceVim 2017-2-14 | user from wechat contributed ¥100 to SpaceVim