added dG vim binding

This commit is contained in:
Robert Burnett 2025-05-11 18:59:16 -05:00 committed by CJ van den Berg
parent 79c5447329
commit 54aa30602f
2 changed files with 10 additions and 0 deletions

View file

@ -60,6 +60,7 @@
["dw", "cut_word_right_vim"],
["db", "cut_word_left_vim"],
["dd", "cut_internal_vim"],
["dG", "cut_buffer_end"],
["\"_dd", "delete_line"],
["cc", ["enter_mode", "insert"], ["cut_internal_vim"]],