TEst overriding the mappings

This commit is contained in:
Ben Jackson 2021-02-25 12:04:35 +00:00
commit ba83a59e88
3 changed files with 18 additions and 7 deletions

View file

@ -142,4 +142,15 @@ augroup END
" }}}
" Custom mappings for special buffers {{{
let g:vimspector_mappings = {
\ 'stack_trace': {},
\ 'variables': {
\ 'set_value': [ '<Tab>', '<C-CR>' ],
\ },
\ }
" }}}
" vim: foldmethod=marker