Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 401 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 401 Bytes

dired.nvim

A file manager similar to Emacs that aims to use functional programming in Lua.

Usage

option for config

vim.g.dired = {
    show_hidden = true
}

use :Dired path?, keymaps in buffer

<CR> open u go up q quite cf create file cd create dir D delete file/dir R rename yy copy p paste and cut move gh toggle show hidden files dd cut

License MIT