mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 03:00:04 +08:00
Fix key bindings
This commit is contained in:
parent
4d487fe3be
commit
407a004f7a
@ -16,4 +16,6 @@ function! SpaceVim#layers#cscope#config() abort
|
||||
call SpaceVim#mapping#space#def('nnoremap', ['m', 'c', 'F'], 'Unite cscope/including_this_file', 'find files including this file', 1)
|
||||
call SpaceVim#mapping#space#def('nnoremap', ['m', 'c', 'e'], 'Unite cscope/egrep_pattern', 'Find this egrep pattern', 1)
|
||||
call SpaceVim#mapping#space#def('nnoremap', ['m', 'c', 't'], 'Unite cscope/text_string', 'find this text string', 1)
|
||||
call SpaceVim#mapping#space#def('nnoremap', ['m', 'c', '='], 'Unite cscope/assignments_to_symbol', 'find assignments to this symbol', 1)
|
||||
call SpaceVim#mapping#space#def('nnoremap', ['m', 'c', 'i'], 'call CscopeUpdateDB()', 'create cscope index', 1)
|
||||
endfunction
|
||||
|
@ -40,7 +40,6 @@ call SpaceVim#layers#load('cscope')
|
||||
| `SPC m c C` | Find functions calling this function |
|
||||
| `SPC m c d` | find global definition of a symbol |
|
||||
| `SPC m c r` | find references of a symbol |
|
||||
| `SPC m c u` | manually update tag database |
|
||||
| `SPC m c f` | find file |
|
||||
| `SPC m c F` | find which files include a file |
|
||||
| `SPC m c e` | search regular expression |
|
||||
|
Loading…
Reference in New Issue
Block a user