Skip to content

Instantly share code, notes, and snippets.

@divarvel
Created October 10, 2025 13:52
Show Gist options
  • Select an option

  • Save divarvel/3303485cab165fab901eaab3d4e27bd4 to your computer and use it in GitHub Desktop.

Select an option

Save divarvel/3303485cab165fab901eaab3d4e27bd4 to your computer and use it in GitHub Desktop.
theme = "tokyonight_storm"
[editor]
rulers = [80,120]
auto-format = true
whitespace.render = "all"
file-picker.hidden = false
soft-wrap.enable = true
soft-wrap.wrap-at-text-width = true
[editor.statusline]
center = ["version-control"]
right = ["diagnostics", "selections", "position", "position-percentage", "file-encoding"]
[editor.inline-diagnostics]
cursor-line = "warning"
[keys.normal.space]
"t" = ":write"
"q" = ":quit"
"space" = "goto_last_accessed_file"
[keys.normal.space.c]
"m" = ":sh make"
"j" = ":sh just"
"w" = ":toggle-option soft-wrap.enable"
"h" = ":toggle-option lsp.display-inlay-hints"
[keys.normal]
w = 'move_next_sub_word_start'
b = 'move_prev_sub_word_start'
e = 'move_next_sub_word_end'
[keys.select]
w = 'extend_next_sub_word_start'
b = 'extend_prev_sub_word_start'
e = 'extend_next_sub_word_end'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment