Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
42c27c2a
Commit
42c27c2a
authored
Jun 04, 2008
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(image-mode-map): Add doc-view-inspired bindings.
parent
56c73dec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/image-mode.el
lisp/image-mode.el
+3
-0
No files found.
lisp/ChangeLog
View file @
42c27c2a
2008-06-04 Markus Triska <markus.triska@gmx.at>
* image-mode.el (image-mode-map): Add doc-view-inspired bindings.
2008-06-04 Miles Bader <miles@gnu.org>
* face-remap.el (adjust-buffer-face-height): New function.
...
...
lisp/image-mode.el
View file @
42c27c2a
...
...
@@ -290,6 +290,9 @@ This variable is used to display the current image type in the mode line.")
(
define-key
map
"q"
'quit-window
)
;;
(
define-key
map
"\C-c\C-c"
'image-toggle-display
)
(
define-key
map
(
kbd
"SPC"
)
'image-scroll-up
)
(
define-key
map
(
kbd
"DEL"
)
'image-scroll-down
)
;;
(
define-key
map
[remap
forward-char]
'image-forward-hscroll
)
(
define-key
map
[remap
backward-char]
'image-backward-hscroll
)
(
define-key
map
[remap
previous-line]
'image-previous-line
)
...
...
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