Skip to content

Commit 0628009

Browse files
committed
Merge pull request python-mode#379 from mjperrone/typo_rename_module
fix minor typo with rename module binding
2 parents 3f924ae + d83459d commit 0628009

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)