8000 fix minor typo with rename module binding · python-mode/python-mode@d83459d · GitHub
[go: up one dir, main page]

Skip to content

Commit d83459d

Browse files
committed
fix minor typo with rename module binding
1 parent 553ea4b commit d83459d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/pymode.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ Rename a current module/package ~
468468

469469
Keymap for rename current module *'g:pymode_rope_rename_module_bind'*
470470
>
471-
let g:pymode_rope_rename_bind = '<C-c>rr'
471+
let g:pymode_rope_rename_module_bind = '<C-c>r1r'
472472
473473
474474
Imports ~

0 commit comments

Comments
 (0)
0