1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 05:30:05 +08:00
This commit is contained in:
Shidong Wang 2019-02-20 22:04:58 +08:00
commit ff91dc6b3a
3 changed files with 1 additions and 3 deletions

View File

@ -71,7 +71,6 @@ function! s:mappings() abort
let g:_spacevim_mappings_space = {}
endif
let g:_spacevim_mappings_space.l = {'name' : '+Language Specified'}
call SpaceVim#mapping#space#langSPC('nmap', ['l','ft'], 'Tabularize /|', 'Format table under cursor', 1)
call SpaceVim#mapping#space#langSPC('nmap', ['l','p'], 'MarkdownPreview', 'Real-time markdown preview', 1)
call SpaceVim#mapping#space#langSPC('nmap', ['l','k'], '<plug>(markdown-insert-link)', 'add link url', 0, 1)
call SpaceVim#mapping#space#langSPC('nmap', ['l', 'r'],

View File

@ -74,6 +74,5 @@ npm install --global prettier
| 快捷键 | 模式 | 按键描述 |
| ---------- | ------ | -------------------------- |
| `SPC b f` | Normal | 格式化当前文件 |
| `SPC l ft` | Normal | 格式化光标处的表格 |
| `SPC l k` | Normal | 增加链接 URL |
| `SPC l p` | Normal | 通过浏览器实时预览当前文件 |

View File

@ -73,5 +73,5 @@ Bullet marker to use for list items (`'-'`, `'*'`, or `'+'`, default: `'-'`).
| Key bindings | mode | Descriptions |
| ------------ | ------ | -------------------------- |
| `SPC b f` | Normal | Format current buffer |
| `SPC l ft` | Normal | Format table under cursor |
| `SPC l k` | Normal | Add URL |
| `SPC l p` | Normal | Real-time markdown preview |