Update some python and ruby configs

This commit is contained in:
crater2150 2021-12-03 15:09:12 +01:00
parent 705c726b06
commit 67db15b05b
3 changed files with 8 additions and 2 deletions

View file

@ -89,6 +89,6 @@ if zle -l tmsu-fzf-change-directory; then
bindkey "^t" tmsu-fzf-change-directory
fi
zle-venv() { zle push-line; BUFFER="venv -t"; zle accept-line }
zle-venv() { zle push-line; BUFFER="venv"; zle accept-line }
zle -N zle-venv
bindkey "\ev" zle-venv