mirror of https://github.com/python/cpython
Added class browser binding.
This commit is contained in:
parent
7f5c9ef5fd
commit
49c1a7ebc2
|
@ -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…
Reference in New Issue