Created
June 21, 2024 07:45
-
-
Save elfenlaid/06960a81e6a06173799ea73ced037162 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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