Skip to content

MarcoBuess/PSReadLineViVisualMode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enable-PSReadLineViVisualMode

Tries to mimic VIM's visual mode.

Quick Start

Clone the module to a local folder.

git clone https://github.com/MarcoBuess/PSReadLineViVisualMode.git .

Import the module using Import-Module.

Import-Module -Name .\src\PSReadLineViVisualMode

HINT: The module automatically enables Vi EditMode.

Keep in mind that the changes are only applied until your current powershell session ends. For a more permantent application, consider adding the code to your powershell $profile.

About

Simple visual mode implementation for PSReadLine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published