Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows terminal/Console/shell in Vi mode?

I'm a big fan of VIM and I use VI mode for my terminal in Mac/Ubuntu. It's very easy to set a Vi Mode in Unix OS: simply put set editing-mode vi set keymap vi-command into ~/.inputrc.

However, my current company forces me to use Windows, and I would like to know if there are any Windows Shell Emulator that supports Vi Mode?

like image 969
songyy Avatar asked Jul 07 '14 03:07

songyy


1 Answers

I would recommend you to try PowerShell version 3+ and PSReadLine module. It does support vi mode as of version 1.2, and emacs mode for a while now (it was there already when I started playing with it).

like image 72
BartekB Avatar answered Nov 20 '22 21:11

BartekB