chore(zsh): implement upstreamn changes in configuration

This commit is contained in:
Yorick Barbanneau 2025-05-19 20:56:25 +02:00
parent 4728addcb0
commit 9154cf5b43
2 changed files with 3 additions and 3 deletions

View file

@ -14,11 +14,11 @@ in
poppler_utils # Preview PDF file poppler_utils # Preview PDF file
]; ];
programs.zsh = { programs.zsh = {
initExtra = '' initContent = ''
cdv() { cdv() {
cd "$(vifm --choose-dir - "$@")" cd "$(vifm --choose-dir - "$@")"
} }
openv() { openv() {
xdg-open "$(vifm --choose-file - "$@")" xdg-open "$(vifm --choose-file - "$@")"
} }

View file

@ -60,7 +60,7 @@ in
"\\n" = "fg=#7cafc2"; "\\n" = "fg=#7cafc2";
}; };
}; };
initExtra = '' initContent = ''
# Ctrl + backspace: delete word # Ctrl + backspace: delete word
bindkey -v "^H" backward-kill-word bindkey -v "^H" backward-kill-word