Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 560 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 560 Bytes

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.