AutoYADM commit: 2025-03-13 02:30:06

This commit is contained in:
Daniel Fichtinger 2025-03-13 02:30:06 -04:00
parent 61146bac7e
commit 9a1b17f7b5
2 changed files with 10 additions and 10 deletions

View file

@ -38,8 +38,8 @@ prepend_keymap = [
{ 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 = [ { on = [
"<space>", "<C-n>",
"d", # "d",
], run = 'shell -- dragon-drop -x -i -T "$1"', desc = "Drag and drop selection" }, ], run = 'shell -- dragon-drop -x -i -T "$1"', desc = "Drag and drop selection" },
{ on = [ { on = [
"g", "g",

16
.zshrc
View file

@ -131,14 +131,14 @@ function cat() {
} }
# . /opt/asdf-vm/asdf.sh # . /opt/asdf-vm/asdf.sh
# Need this to fix the cursor in tmux # Need this to fix the cursor in tmux
# print -n '\033[5 q' print -n '\033[5 q'
# function zle-keymap-select zle-line-init zle-line-finish function zle-keymap-select zle-line-init zle-line-finish
# { {
# case $KEYMAP in case $KEYMAP in
# vicmd) print -n '\033[1 q' ;; # block cursor vicmd) print -n '\033[1 q' ;; # block cursor
# viins | main) print -n '\033[5 q' ;; # line cursor viins | main) print -n '\033[5 q' ;; # line cursor
# esac esac
# } }
# DISABLE_AUTO_TITLE="true" # DISABLE_AUTO_TITLE="true"
# function set_win_title() { # function set_win_title() {
# echo -ne "\033]0; ${PWD/#$HOME/~} \007" # echo -ne "\033]0; ${PWD/#$HOME/~} \007"