mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue