From cd8e6b74caa3593abaee2ea64b2a5310269549ab Mon Sep 17 00:00:00 2001 From: Ben Jackson Date: Sat, 2 Feb 2019 13:12:54 +0000 Subject: [PATCH] Fix doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e083041..9f988d9 100644 --- a/README.md +++ b/README.md @@ -135,8 +135,8 @@ let g:vimspector_enable_mappings = 'HUMAN' | Key | Function | API | | --- | --- | --- | | `F5` | When debugging, continue. Otherwise start debugging. | `vimspector#Continue()` | -| `F4` | Stop debugging. | `vimspector#Stop()` | -| `F3` | Restart debugging with the same configuration. | `vimspector#Restart()` | +| `F3` | Stop debugging. | `vimspector#Stop()` | +| `F4` | Restart debugging with the same configuration. | `vimspector#Restart()` | | `F6` | Pause debugee. | `vimspector#Pause()` | | `F9` | Toggle line breakpoint on the current line. | `vimspector#ToggleBreakpoint()` | | `F8` | Add a function breakpoint for the expression under cursor | `vimspector#AddFunctionBreakpoint( '' )` |