topydo bindings

This commit is contained in:
vulpine 2020-06-22 23:42:17 +00:00
parent a3850553d7
commit 6ec3240830
1 changed files with 8 additions and 0 deletions

8
.zshrc
View File

@ -1393,6 +1393,9 @@ bind2maps emacs viins vicmd -- -s '\e'${key[Left]} backward-word
zrcautoload zmv
zrcautoload zed
# we don't want to quote/espace URLs on our own...
# if autoload -U url-quote-magic ; then
# zle -N self-insert url-quote-magic
@ -2807,6 +2810,11 @@ function whatwhen () {
# disable bracketed paste mode for dumb terminals
[[ "$TERM" == dumb ]] && unset zle_bracketed_paste
PATH=$PATH:$HOME/.local/bin
alias t="topydo"
zrclocal
## genrefcard.pl settings