From 6b1693c67acf3107c35d670bcc19c6b55f6df29b Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 12 Feb 2025 17:45:07 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-12 17:45:07 --- .config/helix/languages.toml | 4 ++-- .config/yazi/keymap.toml | 2 +- .zshrc | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index abfad127..190c7b21 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -53,5 +53,5 @@ auto-format = false language-servers = ["scls"] -# [language-server.texlab.config.texlab.build] -# onSave = true +[language-server.texlab.config.texlab.build] +onSave = true diff --git a/.config/yazi/keymap.toml b/.config/yazi/keymap.toml index 34714e6b..3d69e7df 100644 --- a/.config/yazi/keymap.toml +++ b/.config/yazi/keymap.toml @@ -37,7 +37,7 @@ prepend_keymap = [ ], run = "linemode none", desc = "Linemode: none" }, { on = "!", run = 'shell "$SHELL" --block', desc = "Open shell here" }, # { on = "!", run = 'shell --block --interactive', desc = "Open shell here" }, - { on = "", run = ''', shell 'dragon-drop -x -i -T "$1"' --confirm, ''', desc = "Drag and drop selection" }, + { on = "", run = "shell --confirm dragon-drop -x -i -T '$1'", desc = "Drag and drop selection" }, { on = [ "g", "r", diff --git a/.zshrc b/.zshrc index dd99b0a1..4c9e02cb 100644 --- a/.zshrc +++ b/.zshrc @@ -8,7 +8,7 @@ source $ZSH/oh-my-zsh.sh ASHEN="$HOME/dev/ashen/ashen.nvim" source $ASHEN/extras/fzf/ashen.sh unset LS_COLORS -export EDITOR="helix" +export EDITOR="hx" # Note: if I do get Obsidian Bridge working, this is # a really bad way to load the env because @@ -42,7 +42,7 @@ alias catkeys='/bin/cat -v' alias e="$EDITOR" alias edit="$EDITOR" # alias hx="helix" -alias h="helix" +alias h="hx" alias v='nvim' alias vim='nvim' alias vi='nvim'