Midnight Commander custom configs
brew update
brew install mc
Copy the menu
file from the project into ~/.config/mc/
F2
to open the menu options7
to copy the filenameF2
to open the menu options8
to rename the file~/.bash_profile
: alias vlc='/Applications/VLC.app/Contents/MacOS/VLC'
ln -s ~/.bash_profile ~/.local/share/mc/bashrc
mc.ext
: ln -s /usr/local/Cellar/midnight-commander/4.x/etc/mc/mc.ext ~/.config/mc/mc.ext
mc.ext
file: nano ~/.config/mc/mc.ext
and add under include/video
section:Open=(vlc %f >/dev/null 2>&1 &) # this is going to use the vlc alias set in the .bash_profile
vlc
alias does not work, until finding a fix, replace vlc
with /Applications/VLC.app/Contents/MacOS/VLC
include/video
sectionln -s ~/.inputrc ~/.local/share/mc/inputrc
CTRL + O to switch between mc ui and subshell