mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-15 08:09:11 +08:00
Merge branch 'doc' into dev
This commit is contained in:
commit
77f300ebd9
@ -30,6 +30,9 @@ function! SpaceVim#mapping#space#init() abort
|
||||
call SpaceVim#mapping#space#def('nnoremap', ['w', 'L'], 'wincmd L', 'window-far-right', 1)
|
||||
call SpaceVim#mapping#space#def('nnoremap', ['w', '/'], 'bel vs | wincmd w', 'split-window-right', 1)
|
||||
call SpaceVim#mapping#space#def('nnoremap', ['w', 'v'], 'bel vs | wincmd w', 'split-window-right', 1)
|
||||
call SpaceVim#mapping#space#def('nnoremap', ['w', '-'], 'bel split | wincmd w', 'split-window-below', 1)
|
||||
call SpaceVim#mapping#space#def('nnoremap', ['w', '2'], 'silent only | vs | wincmd w', 'layout-double-columns', 1)
|
||||
call SpaceVim#mapping#space#def('nnoremap', ['w', '3'], 'silent only | vs | vs | wincmd H', 'split-window-below', 1)
|
||||
call SpaceVim#mapping#space#def('nnoremap', ['w', 'V'], 'bel vs', 'split-window-right-focus', 1)
|
||||
call SpaceVim#mapping#space#def('nnoremap', ['w', '='], 'wincmd =', 'balance-windows', 1)
|
||||
nnoremap <silent> [SPC]bn :bnext<CR>
|
||||
|
@ -29,6 +29,18 @@ title: "Documentation"
|
||||
|
||||
Key bindings are organized using mnemonic prefixes like b for buffer, p for project, s for search, h for help, etc…
|
||||
|
||||
** SPC mapping root **
|
||||
|
||||
Key | Description
|
||||
------------- | ----------------------
|
||||
<kbd>SPC !</kbd> | shell cmd
|
||||
<kbd>SPC a</kbd> | +applications
|
||||
<kbd>SPC b</kbd> | +buffers
|
||||
<kbd>SPC 1...9</kbd> | windows 1...9
|
||||
|
||||
|
||||
|
||||
|
||||
## Language specific mode
|
||||
|
||||
## Key Mapping
|
||||
|
Loading…
x
Reference in New Issue
Block a user