emacs - 使用 ido.el 在 emacs 上使用 dired 复制粘贴各种文件

标签 emacs copy dired ido-mode ido

我正在使用带有 dired 的 emacs,

(require 'dired-details)
(dired-details-install)

和伊多,
(setq ido-enable-flex-matching t)
(setq ido-everywhere t)
(ido-mode 1)

(setq ido-use-filename-at-point 'guess)
(setq ido-create-new-buffer 'always)

(以及如 here 所述的新近)

但是,当我在选择几个文件后感到沮丧并进行复制(Shift-C)时,
并转到应该粘贴它们的新目录......我有两个非工作选项:
1) 要么我点击一个目录并进一步进入我不想要的目录。
2)我点击一个文件,然后
伊多提示

Marked Copy: target must be a directory:



如何将所选文件直接粘贴到新目的地?
任何帮助表示赞赏,谢谢。

最佳答案

进入 ido 的目标目录后,尝试使用 C-j。为我工作。

关于emacs - 使用 ido.el 在 emacs 上使用 dired 复制粘贴各种文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5681014/

相关文章:

emacs - 使用 dired (Emacs) 的一个最有用的例子

Emacs 可怕的行为

emacs - 在哪个文件中定义了键绑定(bind)?

emacs - 如何在 C++/C 模式下将 Emacs 注释的颜色更改为浅粉色

emacs - File,Edit,Options等菜单在Emacs 23上不起作用,有什么想法吗?

python - 递归地创建子类的副本?

arrays - 将集合的值复制到 VBA 中的二维数组

emacs - 在Emacs中,我们可以最大化当前事件窗口,然后在多窗口环境中将其恢复回来吗?

html - 在 Sublime 2 中粘贴为 HTML 内容

emacs - 如何在 Emacs Dired 的子目录中创建文件?