
mg
List of commands for mg:
-
mg:tldr:6d0ee mg: Open files in a read-only mode.$ mg -R ${filename1 filename2 ---}try on your machineexplain this command
-
mg:tldr:8fe82 mg: Open a file at a specified line number.$ mg +${line_number} ${filename}try on your machineexplain this command
-
mg:tldr:a3438 mg: Disable `~` backup files while editing.$ mg -n ${filename}try on your machineexplain this command
-
mg:tldr:cea0f mg: Open a file for editing.$ mg ${filename}try on your machineexplain this command