vim

2.0.7

Open files in gvim from the PowerShell pipeline.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name vim

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name vim

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2016 PowerCode. All rights reserved.

Package Details

Author(s)

  • PowerCode

Tags

gvim vi errorfile

Functions

Invoke-Gvim

Dependencies

This module has no dependencies.

Release Notes

2.0.5:
Rewriting the core functionallity as a class, and a thin cmdlet wrappar around that.
2.0.2:
Bring vim to forground when piping new input to an already existing vim instance.
Allow different gvim install by setting gvim alias before importing module.
Improved handling of initial gvim commands.
2.0.1:
Adding support for setting the correct column, using
the first group of a MatchInfo if available.
2.0.0:
Initial PSGallery release of Vim module, providing pipelining into gvim.
By using the errorfile feature in gvim, it is possible to quickly navigate between
files and MatchResults from Select-String.

PS>gci *.ps1 -recurse | sls MyClass | Invoke-Gvim

In gvim, you can now use :cn and :cp to navigate between the matches, and use :bn, :bp
to navigate between the files

FileList

Version History

Version Downloads Last updated
2.0.7 (current version) 2,245 11/5/2023
2.0.6 6 11/5/2023
2.0.5 6,505 1/14/2019
2.0.4 995 3/21/2018
2.0.3 3,156 1/13/2016
2.0.2 29 1/12/2016
2.0.1 28 1/11/2016
2.0.0 30 1/11/2016
Show more