Skip to content

Instantly share code, notes, and snippets.

@elfenlaid
Created June 21, 2024 07:45
Show Gist options
  • Save elfenlaid/06960a81e6a06173799ea73ced037162 to your computer and use it in GitHub Desktop.
Save elfenlaid/06960a81e6a06173799ea73ced037162 to your computer and use it in GitHub Desktop.
theme = "onedark"
[editor]
auto-save = true
cursorline = true
completion-timeout = 5
true-color = true
[editor.lsp]
auto-signature-help = false
[editor.indent-guides]
render = true
character = "╎" # Some characters that work well: "▏", "┆", "┊", "⸽"
skip-levels = 1
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[keys.normal]
"esc" = ["collapse_selection", ":w"]
"C-c" = "yank_main_selection_to_clipboard"
[keys.insert]
"esc" = ["normal_mode", ":w"]
[keys.select]
"esc" = ["collapse_selection", "normal_mode", ":w"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment