From 55c24772db99992d5cbaf6f51764f1cb85b9b0e1 Mon Sep 17 00:00:00 2001 From: Kankys Date: Fri, 8 Mar 2024 21:08:41 +0000 Subject: [PATCH] =?UTF-8?q?P=C5=99idat=20config.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 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