Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 647 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 647 Bytes

dired.nvim

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

Image

Usage

option for config

vim.g.dired = {
    show_hidden = true
}

use :Dired path?, keymaps in buffer

C-N in insert and normal move donw C-P in insert and normal move up j/k in normal mode same as C-N/C-P q quite in normal mode C-C quite in insert mode <CR> open u go up 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