refactor: hx paste(before, replace, after)
Code simplification and zig idiomatics to improve code readability.
This commit is contained in:
parent
f288d24e13
commit
7faea783f3
3 changed files with 57 additions and 56 deletions
|
|
@ -131,7 +131,7 @@
|
|||
["g s", "smart_move_begin"],
|
||||
["g d", "goto_definition"],
|
||||
["g y", "goto_type_definition"],
|
||||
["g r", "goto_reference"],
|
||||
["g r", "references"],
|
||||
["g i", "goto_implementation"],
|
||||
["g t", "goto_window_top"],
|
||||
["g c", "goto_window_center"],
|
||||
|
|
@ -426,7 +426,7 @@
|
|||
["g s", "smart_move_begin"],
|
||||
["g d", "goto_definition"],
|
||||
["g y", "goto_type_definition"],
|
||||
["g r", "goto_reference"],
|
||||
["g r", "references"],
|
||||
["g i", "goto_implementation"],
|
||||
["g t", "goto_window_top"],
|
||||
["g c", "goto_window_center"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue