updated config a bit
This commit is contained in:
parent
3afad1aa37
commit
890c746657
4 changed files with 8 additions and 16 deletions
|
@ -4,9 +4,9 @@ pet_select () {
|
|||
zle redisplay
|
||||
}
|
||||
zle -N pet_select
|
||||
bindkey '^l' pet_select
|
||||
bindkey '^s' pet_select
|
||||
|
||||
pet_add_prev () {
|
||||
prev () {
|
||||
PREV=$(fc -lrn | head -n 1)
|
||||
sh -c "pet new $(printf %q "$PREV")"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue