Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
251680cf
Commit
251680cf
authored
Jan 17, 1998
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Buffer-menu-mode-map): Bind e like f.
parent
db6c5b92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/buff-menu.el
lisp/buff-menu.el
+1
-0
No files found.
lisp/buff-menu.el
View file @
251680cf
...
...
@@ -72,6 +72,7 @@
(
define-key
Buffer-menu-mode-map
"2"
'Buffer-menu-2-window
)
(
define-key
Buffer-menu-mode-map
"1"
'Buffer-menu-1-window
)
(
define-key
Buffer-menu-mode-map
"f"
'Buffer-menu-this-window
)
(
define-key
Buffer-menu-mode-map
"e"
'Buffer-menu-this-window
)
(
define-key
Buffer-menu-mode-map
"\C-m"
'Buffer-menu-this-window
)
(
define-key
Buffer-menu-mode-map
"o"
'Buffer-menu-other-window
)
(
define-key
Buffer-menu-mode-map
"\C-o"
'Buffer-menu-switch-other-window
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment