commit 55c24772db99992d5cbaf6f51764f1cb85b9b0e1 Author: Kankys Date: Fri Mar 8 21:08:41 2024 +0000 Přidat config.toml diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..ed5268f --- /dev/null +++ b/config.toml @@ -0,0 +1,16 @@ +theme = "dracula" + + +[editor] +color-modes = true +auto-pairs = false + +[keys.normal] +"tab" = { c = [":config-open"]} +"esc" = ["collapse_selection", ":w"] + +[keys.select] +"esc" = ["collapse_selection", "normal_mode", ":w"] + +[keys.insert] +"esc" = ["normal_mode", ":w"] \ No newline at end of file