Living the power user life over here

https://lemmy.dbzer0.com/post/3638836

Living the power user life over here - Divisions by zero

How the HELL do you use nnn???
My absolute favorite is nnn (mine’s aliased from “n3”, is that insane) -> “r” which gives you a vim console for renaming all the contents of a directory. Beats perl-rename and everything else cause it’s actually interactive. Although it is possible to write files over each other with it, so gotta be careful.
How do you cut and copy a file? How do you edit the name of a file? And how do you make a symlink with it?
I don’t really use it that much honestly. Let me see…Ctrl-R is rename. Copy/move I think are selection operations, one way is to press space next to file names, navigate where you want and do Ctrl-P to copy or Ctrl-V to move (cut). Symlink, uh, just put the cursor on the file, “n”, “s”, type the name out and press enter.
Frickin schweet thanks