goto_line_vim: integer parameters
This commit is contained in:
parent
f58babf2e7
commit
105be85d0f
3 changed files with 14 additions and 2 deletions
|
@ -120,7 +120,7 @@
|
|||
|
||||
["v", "enter_mode", "select"],
|
||||
|
||||
["g g", "move_buffer_begin"],
|
||||
["g g", "goto_line_vim"],
|
||||
["g e", "move_buffer_end"],
|
||||
["g f", "goto_file"],
|
||||
["g h", "move_begin"],
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
["gd", "goto_definition"],
|
||||
["gi", "goto_implementation"],
|
||||
["gy", "goto_type_definition"],
|
||||
["gg", "move_buffer_begin"],
|
||||
["gg", "goto_line_vim"],
|
||||
["grn", "rename_symbol"],
|
||||
["gD", "goto_declaration"],
|
||||
["G", "move_buffer_end"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue