mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 05:30:05 +08:00
Merge branch 'master' of https://github.com/SpaceVim/SpaceVim
This commit is contained in:
commit
ff91dc6b3a
@ -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'],
|
||||
|
@ -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 | 通过浏览器实时预览当前文件 |
|
||||
|
@ -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 |
|
||||
|
Loading…
Reference in New Issue
Block a user