face-hh / griddycode

A code editor made with Godot. Code has never been more lit!
Apache License 2.0
1.58k stars 101 forks source link

Support for Vim-like movement keybinds? #118

Open GreenChild04 opened 2 months ago

GreenChild04 commented 2 months ago

This may just be a skill issue on my part but I often find it hard to use code editors that don't support vim-like keybinds as alwasy find myself spamming j to try to move down.

Describe the solution you'd like If possible, I'd really like for a setting that enables vim-like movement keybinds; just hjkl would be nice. You could have just a simple normal mode for the hjkl movement and a simple insert mode; nothing complicated like vim commands :wq.