มีวิธีการเปลี่ยนทางลัดในผู้บัญชาการเที่ยงคืนหรือไม่?


14

ฉันไม่พบสิ่งใดในหัวข้อในอินเทอร์เน็ต บรรทัดเดียวจาก.mc/iniที่มีลักษณะเกี่ยวข้องกับคำถามคือkeymap=mc.keymapแต่ฉันไม่รู้ว่าจะทำอย่างไรกับมัน

คำตอบ:


22

Okiedokie ... มาดูกัน

$ man-section mc | head -n20
mc (1)
--
 Name
 Usage
 Description
 Options
 Overview
 Mouse support
 Keys
 Redefine hotkey bindings

ตอนที่ 8 ... เป็นไปได้ไหม? ให้ดู

man 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 เมื่อเสร็จแล้ว

สำหรับข้อมูลเพิ่มเติมอ่านส่วน Keys ( man mc ) และสามส่วนหลังจากนั้น


$ cat /home/jaroslav/bin/man-sections 
#!/bin/sh
MANPAGER=cat man $@ | grep -E '^^[[1m[A-Z]{3,}'

ขอบคุณ ส่วนมนุษย์คืออะไร?
woky

@woky เป็นท่อ regex สำหรับการส่งออก troff (รูปแบบหน้าคน)
ЯрославРахматуллин

โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.