^J has been reported as out of place several times.
As `+` is used as the seleciton marker, it makes more sense.
"b^R Rename/dup%-14cr Batch rename\n"
"cz Archive%-17ce Edit file\n"
"c* Toggle exe%-14c> Export list\n"
- "5Space ^J (Un)select%-12cm-m Select range/clear\n"
+ "6Space + (Un)select%-12cm-m Select range/clear\n"
"ca Select all%-14cA Invert sel\n"
"9p ^P Copy here%-12cw ^W Cp/mv sel as\n"
"9v ^V Move here%-15cE Edit sel list\n"
/* Redraw window */
{ CONTROL('L'), SEL_REDRAW },
/* Select current file path */
- { CONTROL('J'), SEL_SEL },
{ ' ', SEL_SEL },
+ { '+', SEL_SEL },
/* Toggle select multiple files */
{ 'm', SEL_SELMUL },
/* Select all files in current dir */