In VIFMRC I put some comments at the end of the nnoremap commands, e.g:
nnoremap bb :!bleachbit --clean firefox.*<cr> :!sleep 2<cr> " bleachbit cleaning firefox and wait two second to see the output
When I run :nmap to see all the commands, the comment helps me remember the function of a command
I wonder why it generates some errors in this case:
nnoremap <silent> <f9> :move <c-r>=system('date +%Y%m%d')<cr>_<c-x>c<cr> " put date while moving - PICTURE_DIRECTORY will be 20250304_PICTURE_DIRECTORY
Thank you so much for this beautiful file manager that makes my life so much easier!