mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 04:22:34 +03:00
04d54931d0
added rules for misc/macros.d/*. in the process of installation, example scripts will be copied into share/mc/examples/macros.d Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
10 lines
220 B
Plaintext
10 lines
220 B
Plaintext
#see ./macros.d/*
|
|
[editor]
|
|
#autocomplete "ife", "GPL", "fori"
|
|
ctrl-space=EditWordLeftHighlight:-1;EditPipeBlock:5;EditUnmark:-1;
|
|
#run make
|
|
ctrl-f9=EditPipeBlock:0;
|
|
#indent current selection
|
|
meta-ctrl-F=EditPipeBlock:4;
|
|
|