Skip to content

Commit 741491c

Browse files
committed
clean doc
1 parent 576e1a4 commit 741491c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@ operations and functional programming in Lua.
55

66
## Usage
77

8-
dired.nvim supports search, creation, and file operations. After making changes
9-
to a buffer using Vim commands, you can execute file operations through execute.
10-
For example, if you want to delete one or more files, you can press <C-j> to switch
11-
to the displayed buffer, then use commands like dd, D, or VcountD. Afterward,
12-
press <C-w> to execute the operation. To create a file, you can directly type the
13-
file name or nested folders, like a/b/c.txt, which will create the folders a, b,
14-
and then the file c.txt. Note that renaming can be performed alongside creation,
15-
but it cannot be done together with deletion.
16-
178
Default config
189

1910
```lua

0 commit comments

Comments
 (0)