Forrest logo
back to context overview

mg

List of commands for mg:

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