feat: add flow mode bindings for plain move_begin (ctrl+k home)
This commit is contained in:
parent
63745f1e6b
commit
6f57578925
1 changed files with 2 additions and 0 deletions
|
|
@ -230,8 +230,10 @@
|
|||
["kp_up", "move_up"],
|
||||
["kp_down", "move_down"],
|
||||
["home", "smart_move_begin"],
|
||||
["ctrl+k home", "move_begin"],
|
||||
["end", "move_end"],
|
||||
["kp_home", "smart_move_begin"],
|
||||
["ctrl+k kp_home", "move_begin"],
|
||||
["kp_end", "move_end"],
|
||||
["page_up", "move_page_up"],
|
||||
["page_down", "move_page_down"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue