mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Added class browser binding.
This commit is contained in:
parent
7f5c9ef5fd
commit
49c1a7ebc2
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ emacs_bindings = [
|
|||
"<<open-window-from-file>>", "<Control-x><Control-f>"),
|
||||
("file", "Open module...", "C-x C-m",
|
||||
"<<open-module>>", "<Control-x><Control-m>"),
|
||||
("file", "Class browser...", "C-x C-b",
|
||||
"<<open-class-browser>>", "<Control-x><Control-b>"),
|
||||
("file", None, None),
|
||||
|
||||
("file", "Save", "C-x C-s",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue