Provide an extension for Windows terminal that provides True VI/VIM like experience #5063

Open
opened 2026-01-31 00:04:07 +00:00 by claunia · 0 comments
Owner

Originally created by @kprpg on GitHub (Nov 18, 2019).

I want a way to customize the Windows Terminal (be it "CMD" or "PowerShell" or "Ubuntu" for VI?

For instance/specifically regardless of whether I am running it as PS, Ubuntu, CMD mode of the Terminal editor, I want the file editing experience including saving ( ESC Key, colon, w q ) file edits to reflect the VI/Vim behavior, without requiring me to specifically open VI to get that experience.

File save:--> ESC colon w q
Copy line :--> yy
Copy N lines from cursor :-> Nyy
Delete current line :--> dd
Delete N lines:--> Ndd
string substitute for occurrence between lines 20 and 30:--> 20:30 s/originalPattern/replacePattern/
etc. etc.

Originally created by @kprpg on GitHub (Nov 18, 2019). I want a way to customize the Windows Terminal (be it "CMD" or "PowerShell" or "Ubuntu" for VI? For instance/specifically regardless of whether I am running it as PS, Ubuntu, CMD mode of the Terminal editor, I want the file editing experience including saving ( ESC Key, colon, w q ) file edits to reflect the VI/Vim behavior, without requiring me to specifically open VI to get that experience. File save:--> ESC colon w q Copy line :--> yy Copy N lines from cursor :-> Nyy Delete current line :--> dd Delete N lines:--> Ndd string substitute for occurrence between lines 20 and 30:--> 20:30 s/originalPattern/replacePattern/ etc. etc.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#5063