Cannot delete til end of buffer · Issue #14891 · helix-editor/helix
I want to delete until the end of the file. Hello World Currently vged gives us orld I tried rebinding ge to go to file end. [keys.select] "g" = { "e" = "goto_file_end" } This does not work as expe...