Login
From:
Neil's blog
(Uncensored)
subscribe
Editing directories and their contents with vidir from moreutils
https://neilzone.co.uk/2025/01/editing-directories-and-their-contents-with-vidir-from-moreutils/
links
backlinks
Roast topics
Find topics
Find it!
(This one is a reminder for me!) vidir is in Debian’s moreutils package: sudo apt install moreutils -y Add the following to ~/.bashrc: export VISUAL=vim export EDITOR="$VISUAL" Then re-source .bashrc: source ~/.bashrc