Add <leader><CR> to docs
This commit is contained in:
parent
06f9bfc057
commit
edcb057ead
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
|
@ -914,7 +914,8 @@ breakpoint when it is hit.
|
|||
|
||||
* Current scope shows values of locals.
|
||||
* Use `<CR>`, or double-click with left mouse to expand/collapse (+, -).
|
||||
* Set the value of the variable with `<C-CR>` (control + `<CR>`)
|
||||
* Set the value of the variable with `<C-CR>` (control + `<CR>`) or
|
||||
`<leader><CR>` (if `modifyOtherKeys` doesn't work for you)
|
||||
* When changing the stack frame the locals window updates.
|
||||
* While paused, hover to see values
|
||||
|
||||
|
|
@ -931,7 +932,8 @@ All rules for `Variables and scopes` apply plus the following:
|
|||
and get its result.
|
||||
* Make a normal mode (`nmap`) and visual mode (`xmap`) mapping to
|
||||
`<Plug>VimspectorBalloonEval` to manually trigger the popup.
|
||||
* Set the value of the variable with `<C-CR>` (control + `<CR>`)
|
||||
* Set the value of the variable with `<C-CR>` (control + `<CR>`) or
|
||||
`<leader><CR>` (if `modifyOtherKeys` doesn't work for you)
|
||||
* Use regular nagivation keys (`j`, `k`) to choose the current selection; `<Esc>`
|
||||
(or leave the tooltip window) to close the tooltip.
|
||||
|
||||
|
|
@ -950,7 +952,8 @@ to add a new watch expression.
|
|||
* Alternatively, use `:VimspectorWatch <expression>`. Tab-completion for
|
||||
expression is available in some debug adapters.
|
||||
* Expand result with `<CR>`, or double-click with left mouse.
|
||||
* Set the value of the variable with `<C-CR>` (control + `<CR>`)
|
||||
* Set the value of the variable with `<C-CR>` (control + `<CR>`) or
|
||||
`<leader><CR>` (if `modifyOtherKeys` doesn't work for you)
|
||||
* Delete with `<DEL>`.
|
||||
|
||||

|
||||
|
|
@ -2054,3 +2057,4 @@ hi link jsonComment Comment
|
|||
[debugpy]: https://github.com/microsoft/debugpy
|
||||
[YouCompleteMe]: https://github.com/ycm-core/YouCompleteMe#java-semantic-completion
|
||||
[remote-debugging]: https://puremourning.github.io/vimspector/configuration.html#remote-debugging-support
|
||||
[YcmJava]: https://github.com/ycm-core/YouCompleteMe#java-semantic-completion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue