Adds Vim-style navigation and multi-line editing for ChannelTextArea, with mode display, counts, and j/k scroll toggle.
- Cursor movement (
hjkl,wb,ggG,0$) - Word + line actions (
iwaw,ddyyccof/F<char>) - Clipboard + undo (
ypPux) + case toggle (~) - Modes:
Normal/Insert/Visual(Esciv) - Search Messages (
/) and Open Quick Switcher (go) - Count support (
5w,3x, etc.) - Toggle
j/k: scroll chat <-> move cursor - Status bar shows mode, count, and pending keys
Vencord requires building from source to use custom plugins.
Follow the official setup guide
- Go to your
src/userpluginsfolder - Clone command
git clone https://github.com/pk-vishnu/vimMode/
- Build and inject