File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -962,6 +962,8 @@ loading vimspector**:
962
962
----------------------------------------------------------------------------------------------------------------------------
963
963
| 'F10' | '<Plug> VimspectorStepOver' | Step Over |
964
964
----------------------------------------------------------------------------------------------------------------------------
965
+ | 'Ctrl F10' | '<Plug> VimspectorRunToCursor' | Run to cursor* |
966
+ ----------------------------------------------------------------------------------------------------------------------------
965
967
| 'F11' | '<Plug> VimspectorStepInto' | Step Into |
966
968
----------------------------------------------------------------------------------------------------------------------------
967
969
| 'Shift F11' | '<Plug> VimspectorStepOut' | Step out of current function scope |
@@ -970,6 +972,11 @@ loading vimspector**:
970
972
----------------------------------------------------------------------------------------------------------------------------
971
973
972
974
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
+
973
980
-------------------------------------------------------------------------------
974
981
*vimspector-human-mode*
975
982
Human Mode ~
You can’t perform that action at this time.
0 commit comments