File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -962,6 +962,8 @@ loading vimspector**:
962962----------------------------------------------------------------------------------------------------------------------------
963963| 'F10' | '<Plug> VimspectorStepOver' | Step Over |
964964----------------------------------------------------------------------------------------------------------------------------
965+ | 'Ctrl F10' | '<Plug> VimspectorRunToCursor' | Run to cursor* |
966+ ----------------------------------------------------------------------------------------------------------------------------
965967| 'F11' | '<Plug> VimspectorStepInto' | Step Into |
966968----------------------------------------------------------------------------------------------------------------------------
967969| 'Shift F11' | '<Plug> VimspectorStepOut' | Step out of current function scope |
@@ -970,6 +972,11 @@ loading vimspector**:
970972----------------------------------------------------------------------------------------------------------------------------
971973
972974
975+ **_NOTE: Some mappings, such as ctrl and F-keys may not work depending on your
976+ terminal, keyboard, windowing system and all sorts of other things. See ':help
977+ modifyOtherKeys' and other sources. If you are unable to make this work, just
978+ use the "human mode" mappings._**
979+
973980-------------------------------------------------------------------------------
974981 *vimspector-human-mode*
975982Human Mode ~
You can’t perform that action at this time.
0 commit comments