dotfiles/zsh-files/functions.zsh
2015-09-10 14:58:11 -07:00

8 lines
108 B
Bash

fancy-ctrl-z () {
if [[ $#BUFFER -eq 0 ]]; then
bg
zle redisplay
else
zle push-input
fi
}