Skip to content

Commit d8cdd65

Browse files
authored
Update vim docs
1 parent 00a1543 commit d8cdd65

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/vimspector.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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*
975982
Human Mode ~

0 commit comments

Comments
 (0)