Currently working commands:
h
,j
,k
,l
: vim movementsg
: go to first itemG
: go to last itemdD
: deletes a file or a directory, asks for confirmation when the directory is not emptybackspace
: toggle show hidden filesyy
: yankdd
: movep
: pastea
or:rename
: rename:touch
: touch file:mkdir
: mkdir dirsn
/N
: sort by name/reverse namesm
/M
: sort by date modified/reverse date modifiedsd
: directories firstsf
: files firstt
: tag/untag a file/
: incremental searchf
or:find
: incremental search but not as restrictive (i don't know what it's called, but you only need to type some letters in their order.. just like in neovim telescope or completion with LSPs...)- spacebar: select multiple items and perform operations on them (
y
to yank,d
to move,D
to delete)
TODO:
- previews (at least for text files)
- bulkrename maybe?
Dependencies:
- vlc
- sxiv
- zathura