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" ]