chore(zsh): implement upstreamn changes in configuration
This commit is contained in:
parent
4728addcb0
commit
9154cf5b43
2 changed files with 3 additions and 3 deletions
|
@ -14,11 +14,11 @@ in
|
|||
poppler_utils # Preview PDF file
|
||||
];
|
||||
programs.zsh = {
|
||||
initExtra = ''
|
||||
initContent = ''
|
||||
cdv() {
|
||||
cd "$(vifm --choose-dir - "$@")"
|
||||
}
|
||||
openv() {
|
||||
openv() {
|
||||
xdg-open "$(vifm --choose-file - "$@")"
|
||||
}
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@ in
|
|||
"\\n" = "fg=#7cafc2";
|
||||
};
|
||||
};
|
||||
initExtra = ''
|
||||
initContent = ''
|
||||
# Ctrl + backspace: delete word
|
||||
bindkey -v "^H" backward-kill-word
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue