AutoYADM commit: 2025-02-12 17:45:07

This commit is contained in:
Daniel Fichtinger 2025-02-12 17:45:07 -05:00
parent b9de438e4a
commit 6b1693c67a
3 changed files with 5 additions and 5 deletions

View file

@ -53,5 +53,5 @@ auto-format = false
language-servers = ["scls"] language-servers = ["scls"]
# [language-server.texlab.config.texlab.build] [language-server.texlab.config.texlab.build]
# onSave = true onSave = true

View file

@ -37,7 +37,7 @@ prepend_keymap = [
], run = "linemode none", desc = "Linemode: none" }, ], run = "linemode none", desc = "Linemode: none" },
{ on = "!", run = 'shell "$SHELL" --block', desc = "Open shell here" }, { on = "!", run = 'shell "$SHELL" --block', desc = "Open shell here" },
# { on = "!", run = 'shell --block --interactive', desc = "Open shell here" }, # { on = "!", run = 'shell --block --interactive', desc = "Open shell here" },
{ on = "<C-n>", run = ''', shell 'dragon-drop -x -i -T "$1"' --confirm, ''', desc = "Drag and drop selection" }, { on = "<C-n>", run = "shell --confirm dragon-drop -x -i -T '$1'", desc = "Drag and drop selection" },
{ on = [ { on = [
"g", "g",
"r", "r",

4
.zshrc
View file

@ -8,7 +8,7 @@ source $ZSH/oh-my-zsh.sh
ASHEN="$HOME/dev/ashen/ashen.nvim" ASHEN="$HOME/dev/ashen/ashen.nvim"
source $ASHEN/extras/fzf/ashen.sh source $ASHEN/extras/fzf/ashen.sh
unset LS_COLORS unset LS_COLORS
export EDITOR="helix" export EDITOR="hx"
# Note: if I do get Obsidian Bridge working, this is # Note: if I do get Obsidian Bridge working, this is
# a really bad way to load the env because # a really bad way to load the env because
@ -42,7 +42,7 @@ alias catkeys='/bin/cat -v'
alias e="$EDITOR" alias e="$EDITOR"
alias edit="$EDITOR" alias edit="$EDITOR"
# alias hx="helix" # alias hx="helix"
alias h="helix" alias h="hx"
alias v='nvim' alias v='nvim'
alias vim='nvim' alias vim='nvim'
alias vi='nvim' alias vi='nvim'