added cut_buffer_begin command and vim binding

This commit is contained in:
Robert Burnett 2025-05-11 20:44:09 -05:00 committed by CJ van den Berg
parent 43c77bb737
commit 28fdd95747
2 changed files with 10 additions and 0 deletions

View file

@ -61,6 +61,7 @@
["db", "cut_word_left_vim"],
["dd", "cut_internal_vim"],
["dG", "cut_buffer_end"],
["dgg", "cut_buffer_begin"],
["\"_dd", "delete_line"],
["cc", ["enter_mode", "insert"], ["cut_internal_vim"]],