From edcb057ead0025678cb650a6cd6e07506aa8f584 Mon Sep 17 00:00:00 2001 From: Ben Jackson Date: Thu, 25 Feb 2021 22:23:30 +0000 Subject: [PATCH] Add to docs --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 00416e3..42d4765 100644 --- a/README.md +++ b/README.md @@ -914,7 +914,8 @@ breakpoint when it is hit. * Current scope shows values of locals. * Use ``, or double-click with left mouse to expand/collapse (+, -). -* Set the value of the variable with `` (control + ``) +* Set the value of the variable with `` (control + ``) or + `` (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 `VimspectorBalloonEval` to manually trigger the popup. - * Set the value of the variable with `` (control + ``) + * Set the value of the variable with `` (control + ``) or + `` (if `modifyOtherKeys` doesn't work for you) * Use regular nagivation keys (`j`, `k`) to choose the current selection; `` (or leave the tooltip window) to close the tooltip. @@ -950,7 +952,8 @@ to add a new watch expression. * Alternatively, use `:VimspectorWatch `. Tab-completion for expression is available in some debug adapters. * Expand result with ``, or double-click with left mouse. -* Set the value of the variable with `` (control + ``) +* Set the value of the variable with `` (control + ``) or + `` (if `modifyOtherKeys` doesn't work for you) * Delete with ``. ![watch window](https://puremourning.github.io/vimspector-web/img/vimspector-watch-window.png) @@ -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