mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 01:41:01 -08:00
Bind vc-rename-file to C-x v R
* lisp/vc/vc-hooks.el (vc-prefix-map): Bind vc-rename-file to C-x v R. * doc/emacs/files.texi (Copying and Naming): * doc/emacs/vc1-xtra.texi (VC Delete/Rename, Revision Tags): * etc/NEWS (bindings): Document the new binding.
This commit is contained in:
parent
2143969580
commit
09e205fe60
4 changed files with 20 additions and 16 deletions
|
|
@ -963,6 +963,7 @@ In the latter case, VC mode is deactivated for this buffer."
|
|||
"=" #'vc-diff
|
||||
"D" #'vc-root-diff
|
||||
"~" #'vc-revision-other-window
|
||||
"R" #'vc-rename-file
|
||||
"x" #'vc-delete-file
|
||||
"!" #'vc-edit-next-command)
|
||||
(fset 'vc-prefix-map vc-prefix-map)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue