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

16
.zshrc
View file

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