Skip to content

Instantly share code, notes, and snippets.

@huytd
Created March 17, 2023 18:17
Show Gist options
  • Save huytd/c45b6a29d5e3c5080df06d5245b99a42 to your computer and use it in GitHub Desktop.
Save huytd/c45b6a29d5e3c5080df06d5245b99a42 to your computer and use it in GitHub Desktop.
[editor]
true-color = true
color-modes = true
idle-timeout = 75
[editor.indent-guides]
render = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[keys.normal]
g = { a = "code_action" }
0 = "goto_line_start"
"$" = "goto_line_end"
S = "surround_add"
C-k = ["half_page_up", "align_view_center"]
C-j = ["half_page_down", "align_view_center"]
[keys.select]
0 = "goto_line_start"
"$" = "goto_line_end"
[keys.insert]
j = { k = "normal_mode" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment