74th / vscode-vim

vim emulator for Visual Studio Code
MIT License
215 stars 25 forks source link

Display current mode in Status Bar #13

Closed benjaminRomano closed 8 years ago

benjaminRomano commented 8 years ago

I've added the ability to display the current mode in the status bar in PR #11

INSERT Mode: image NORMAL Mode: image NORMAL Mode after 'd' has been pressed once: image

benjaminRomano commented 8 years ago

Added in PR #11.

It's disabled by default and enabled by adding

"vimStyle.showMode": true

to user or workspace settings.