Forrest logo
tool overview
On this page you find all important commands for the CLI tool g<Enter>. If the command you are looking for is missing please ask our AI.

g<Enter>

List of commands for g<Enter>:

  • ex:tldr:b6790 ex: Perform a regular expression substitution in the whole file.
    $ %s/${regular_expression}/${replacement}/g
    try on your machine
    explain this command
  • nvim:tldr:83165 nvim: Perform a regular expression substitution in the whole file.
    $ :%s/${regular_expression}/${replacement}/g
    try on your machine
    explain this command
  • vim:tldr:508fc vim: Perform a regular expression substitution in the whole file.
    $ :%s/${regular_expression}/${replacement}/g
    try on your machine
    explain this command
tool overview