multi-query-replace-map
multi-query-replace-map is a variable defined in `
replace.el
'.
Its value is shown
below.
- This variable may be risky if used as a file-local variable.
Documentation:
Keymap that defines additional bindings for multi-buffer replacements.
It extends its parent map `query-replace-map' with new bindings to
operate on a set of buffers/files. The difference with its parent map
is the additional answers `automatic-all' to replace all remaining
matches in all remaining buffers with no more questions, and
`exit-current' to skip remaining matches in the current buffer
and to continue with the next buffer in the sequence.
Value:
(keymap
(78 . exit-current)
(89 . automatic-all)
keymap
(escape . exit-prefix)
(M-prior . scroll-other-window-down)
(M-next . scroll-other-window)
(prior . scroll-down)
(next . scroll-up)
(27 keymap
(33554454 . scroll-other-window-down)
(22 . scroll-other-window)
(118 . scroll-down))
(22 . scroll-up)
(29 . quit)
(7 . quit)
(63 . help)
(help . help)
(f1 . help)
(8 . help)
(94 . backup)
(33 . automatic)
(12 . recenter)
(23 . delete-and-edit)
(18 . edit)
(46 . act-and-exit)
(return . exit)
(13 . exit)
(113 . exit)
(44 . act-and-show)
(69 . edit-replacement)
(101 . edit-replacement)
(78 . skip)
(89 . act)
(110 . skip)
(121 . act)
(backspace . skip)
(delete . skip)
(127 . skip)
(32 . act))