termux configs
This commit is contained in:
parent
ba740c14ae
commit
8d8b641598
2 changed files with 17 additions and 2 deletions
16
helix/config-md.toml
Normal file
16
helix/config-md.toml
Normal file
|
@ -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 = ""
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue