Emacs的目录操作

来源:互联网 发布:淘宝 发布商品教程 编辑:程序博客网 时间:2024/05/01 11:52

目录操作:
f or e--Edit the file under point
v--View the current file
d--Mark the current file for deletion
g--Refresh the listing
m--Mark the current file with a generic mark
~--Mark all backup files (files ending with ~) for deletion
u--Unmark the current file
M-=--Execute diff on this file with its backup
扩展命令:
*-m--Same as m, mark the current file
*-u--Same as u, unmark the current file
*-!--Unmark all files
*-/--Mark directories with a generic mark
*-@--Mark all symlinks with a generic mark
*-*--Mark all executables with a generic mark

D--Immediately delete the current file
C--Copy the current file to a new name or directory
R--Rename the current file to a new name (single file) or move multiple files to a new directory
M--Change the mode, or file permissions of the current file
O--Change the owner of the current file
X or !--Execute a program against the current file
Z--Compress or decompress the current file
+--Make a new directory

原创粉丝点击