How to change sort order with shortcuts? I know that I can put that in ~/.config/mc/mc.keymap
file but what exactly to type?
Asked
Active
Viewed 3,975 times
1 Answers
11
Yes, of course you can put your preferred shortcuts in ~/.config/mc/mc.keymap
to override the default in /etc
. don't forget to put the section. e.g [main]
, [panel]
.
if you want to change the default keymap, but you don't know what to type, you can always refer the format in /etc/mc/mc.default.keymap
this is mine
[panel]
Sort = alt-!
SortPrev =
SortNext =
SortReverse = alt-@
SortByName = alt-#
SortByExt = alt+$
SortBySize = alt-%
SortByMTime = alt-^
according to Use a hotkey to toggle between two preferred sort orders and sort hotkey

azzamsa
- 328
- 5
- 12
alt-·
, a middle dot (U+00B7) which is over 3 on es/Spanish layout (localectl | grep 'X11 Layout'
). – Pablo A Aug 19 '20 at 09:05