fix: gg ge and G should select in helix SEL mode
This commit is contained in:
parent
fffedb7371
commit
b52b06735b
1 changed files with 3 additions and 3 deletions
|
|
@ -356,7 +356,7 @@
|
||||||
["t", "move_to_char", "extend_till_char_right_helix"],
|
["t", "move_to_char", "extend_till_char_right_helix"],
|
||||||
["f", "move_to_char", "extend_to_char_right_helix"],
|
["f", "move_to_char", "extend_to_char_right_helix"],
|
||||||
|
|
||||||
["G", "goto_line"],
|
["G", "select_to_line"],
|
||||||
|
|
||||||
["I", ["enter_mode", "insert"], ["smart_move_begin"]],
|
["I", ["enter_mode", "insert"], ["smart_move_begin"]],
|
||||||
["A", ["enter_mode", "insert"], ["move_end"]],
|
["A", ["enter_mode", "insert"], ["move_end"]],
|
||||||
|
|
@ -413,8 +413,8 @@
|
||||||
["end", "extend_to_line_end"],
|
["end", "extend_to_line_end"],
|
||||||
["v", "enter_mode", "normal"],
|
["v", "enter_mode", "normal"],
|
||||||
|
|
||||||
["g g", "goto_line_vim"],
|
["g g", "select_to_line_vim"],
|
||||||
["g e", "move_buffer_end"],
|
["g e", "select_buffer_end"],
|
||||||
["g f", "goto_file"],
|
["g f", "goto_file"],
|
||||||
["g h", "move_begin"],
|
["g h", "move_begin"],
|
||||||
["g l", "select_end"],
|
["g l", "select_end"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue