added cut_buffer_begin command and vim binding
This commit is contained in:
parent
43c77bb737
commit
28fdd95747
2 changed files with 10 additions and 0 deletions
|
@ -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"]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue