Stephen Leake <[EMAIL PROTECTED]> writes: > In dvc-ui.el, dvc-key-remove is defined as a prefix. Yet I don't see > any actual keybindings that use it. Instead, dvc-remove-files is bound > to (dvc-prefix-file ?D).
dvc-key-remove is meant as prefix key. It should provide the opposite operation than dvc-key-add. However, this is not used/implemented yet. ?D is used in dvc-remove-files since ?D is also used in dired to delete files. > Would it be ok to change dvc-key-remove to the simple key ?r, > and bind it to dvc-remove-files in dvc-status-mode-map and other > appropriate keymaps? We use ?d to delete files in dvc-diff and dvc-status buffers. Any idea how we could unify this situation? Stefan. _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
