Dernière modification
Résumé : Typos.
Modifié(e) :
< [[Dired]] is a very useful file manager. Unfortunatlly it lacks a synchronization command.
à
> [[Dired]] is a very useful file manager. Unfortunately it lacks a synchronization command.
Modifié(e) :
< load-path and bind (suggested) <tt>C-s S</tt> key to <tt>dired-sync</tt>:
à
> load-path and bind (suggested) <tt>C-c S</tt> key to <tt>dired-sync</tt>:
Dired is a very useful file manager. Unfortunately it lacks a synchronization command.
dired-sync is designed to fill that missing feature.
drop dired-sync.el in your load-path and bind (suggested) C-c S key to dired-sync:
(when (require 'dired-sync nil t) (define-key dired-mode-map (kbd "C-c S") 'dired-do-sync))
Please have a look in dired-sync.el comments for further information.