evil-helix
evil-helix copied to clipboard
G as a secondary key not working for commands like d
G works for regular navigation to jump to the end of the file but not as a chord where you are at a certain line number and want to do an action like "dG" - delete from the line you are on to the end of the f ile
Also select-mode, e.g. shift-v + G.
Thank you for reporting this issue! G is currently used as a movement key only, which isn't sufficient indeed. It must be defined as a motion as well (cf. Motion in evil.rs) and its behavior implemented accordingly.