delete the f1 key binding. py-help-at-point is still available @ C-c C-h.
This commit is contained in:
parent
98a4fbe043
commit
031611635d
|
@ -565,7 +565,6 @@ prospect as debugging continues.")
|
|||
(define-key py-mode-map "\C-c\C-u" 'py-goto-block-up)
|
||||
(define-key py-mode-map "\C-c#" 'py-comment-region)
|
||||
(define-key py-mode-map "\C-c?" 'py-describe-mode)
|
||||
(define-key py-mode-map [f1] 'py-help-at-point)
|
||||
(define-key py-mode-map "\C-c\C-h" 'py-help-at-point)
|
||||
(define-key py-mode-map "\e\C-a" 'py-beginning-of-def-or-class)
|
||||
(define-key py-mode-map "\e\C-e" 'py-end-of-def-or-class)
|
||||
|
|
Loading…
Reference in New Issue