summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJon Cairns <jon@joncairns.com>2015-08-24 16:23:12 +0100
committerJon Cairns <jon@joncairns.com>2015-08-24 16:23:12 +0100
commit7f182f9d6806d83dc637183ff94ae6cf7cc7403d (patch)
treea7b7c09a6b7287519cd0666e304d3202693606b3 /doc
parentaf3250c2022377208e0bf03a7b5358c765925177 (diff)
downloadvdebug-7f182f9d6806d83dc637183ff94ae6cf7cc7403d.zip
Change run_to_cursor in default keys for docs, fix #172
Diffstat (limited to 'doc')
-rw-r--r--doc/Vdebug.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Vdebug.txt b/doc/Vdebug.txt
index 94d5536..aacd00b 100644
--- a/doc/Vdebug.txt
+++ b/doc/Vdebug.txt
@@ -961,7 +961,7 @@ key map dictionary, g:vdebug_keymap: >
let g:vdebug_keymap = {
\ "run" : "<F5>",
- \ "run_to_cursor" : "<F1>",
+ \ "run_to_cursor" : "<F9>",
\ "step_over" : "<F2>",
\ "step_into" : "<F3>",
\ "step_out" : "<F4>",