move some stuff from old world into new world
This commit is contained in:
parent
eeaea35c58
commit
5e4ea55a74
5 changed files with 17 additions and 20 deletions
8
zsh-files/functions.zsh
Normal file
8
zsh-files/functions.zsh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
fancy-ctrl-z () {
|
||||
if [[ $#BUFFER -eq 0 ]]; then
|
||||
bg
|
||||
zle redisplay
|
||||
else
|
||||
zle push-input
|
||||
fi
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue