src/nnn.c | 2 +- src/nnn.h | 2 +- diff --git a/src/nnn.c b/src/nnn.c index ba77ca6f94b3f9d69eae29479191dab9348c9bf1..a102d9ea4126bd1a296b68f37bf5ac9a0ba02b1b 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -5040,7 +5040,7 @@ "9f ^F File stats%-14cd Detail mode toggle\n" "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" diff --git a/src/nnn.h b/src/nnn.h index 85970ef04d3842c2b8d932436e579bbeb1b8bac2..5884131495a8ed080ce9251e741ee70b5fd3da11 100644 --- a/src/nnn.h +++ b/src/nnn.h @@ -212,8 +212,8 @@ { CONTROL('T'), SEL_SORT }, /* 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 */