From 8d8b641598ee37ba1855e7a7bc77a793c29ddb16 Mon Sep 17 00:00:00 2001
From: Rudis Muiznieks <rudis@sitosis.com>
Date: Sun, 9 Mar 2025 22:47:16 +0000
Subject: [PATCH] termux configs

---
 helix/config-md.toml | 16 ++++++++++++++++
 zsh/zalias-termux    |  3 +--
 2 files changed, 17 insertions(+), 2 deletions(-)
 create mode 100644 helix/config-md.toml

diff --git a/helix/config-md.toml b/helix/config-md.toml
new file mode 100644
index 0000000..1d74571
--- /dev/null
+++ b/helix/config-md.toml
@@ -0,0 +1,16 @@
+theme = "catppuccin_mocha"
+
+[editor]
+color-modes = true
+end-of-line-diagnostics = "hint"
+auto-pairs = false
+gutters = []
+
+[editor.statusline]
+left = ["mode", "separator", "file-name"]
+right = ["spinner", "diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type"]
+separator = ""
+
+[editor.soft-wrap]
+enable = true
+wrap-indicator = ""
diff --git a/zsh/zalias-termux b/zsh/zalias-termux
index a1ae864..9743733 100644
--- a/zsh/zalias-termux
+++ b/zsh/zalias-termux
@@ -6,8 +6,7 @@ setopt re_match_pcre
 hash -d dl=/data/data/com.termux/files/home/storage/downloads
 
 # command aliases
-alias vim='nvim'
-alias zenvim='nvim ~/writing +TZAtaraxis -c "lua require('"'"'telescope'"'"').setup { defaults = { layout_strategy = '"'"'vertical'"'"', layout_config = { vertical = { preview_cutoff = 10 }}}}"'
+alias hxx='hx -c ~/.config/helix/config-md.toml'
 
 # path additions
 export PATH=/data/data/com.termux/files/home/go/bin:/data/data/com.termux/files/home/.cargo/bin:$PATH