おきえどきえ...見てみよう
$ man-section mc | head -n20
mc (1)
--
Name
Usage
Description
Options
Overview
Mouse support
Keys
Redefine hotkey bindings
第八節…それは可能ですか?見てみましょう
男 mc (スクロール、スクロール、スクロール)
Redefine hotkey bindings
Hotkey bindings may be read from external file (keymap-file). A keymap-
file is searched on the following algorithm (to the first one found):
1) command line option -K <keymap> or --keymap=<keymap>
2) Environment variable MC_KEYMAP
3) Parameter keymap in section [Midnight-Commander] of config file.
4) File ~/.config/mc/mc.keymap
5) File /etc/mc/mc.keymap
6) File /usr/share/mc/mc.keymap
ビンゴ!
cp /etc/mc/mc.keymap ~/.config/mc/
必要に応じてキー マッピングを編集し、完了したら ~/.config/mc/mc.keymap を保存します
詳細については、キーをお読みください (man mc ) セクションとそれに続く 3 つのセクション。
$ cat /home/jaroslav/bin/man-sections
#!/bin/sh
MANPAGER=cat man [email protected] | grep -E '^^[[1m[A-Z]{3,}'