Skip to content

Commit da7fc24

Browse files
authored
Merge pull request #839 from VimspectorUpdateBot/auto/update-vim-docs
[Auto] Update vim docs
2 parents 00a1543 + d8cdd65 commit da7fc24

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/vimspector.txt

+7
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)