From a71b46f6e3479f8b6379a08f00709200d1d5a564 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sat, 30 Nov 2024 12:20:36 +0100 Subject: [PATCH] initial commit --- ansible/roles/helix/files/helix/config.toml | 24 +++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 ansible/roles/helix/files/helix/config.toml diff --git a/ansible/roles/helix/files/helix/config.toml b/ansible/roles/helix/files/helix/config.toml new file mode 100644 index 0000000..b14b80d --- /dev/null +++ b/ansible/roles/helix/files/helix/config.toml @@ -0,0 +1,24 @@ +[editor] +mouse = false +middle-click-paste = false +shell = [ "fish" "-c" ] +line-number = "relative" +cursorline = false +cursorcolumn = false +completion-replace = true +true-color = true +undercurl = true +bufferline = "always" +color-modes = true +popup-border = "popup" + +[editor.auto-pairs] +"(" = ")" +"{" = "}" +"[" = "]" +" = " +"`" = "`" +"<" = ">" + +[keys.normal] +C-g = [ ":new", ":insert-output lazygit", ":buffer-close!", ":redraw" ]