Alt-Enter to run in background

This commit is contained in:
ramen 2010-09-26 07:59:33 +08:00 committed by Sven Lito
commit fe86d62c04
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -1,5 +1,3 @@
locals.zsh
log/.zsh_history
projects.zsh
custom/*.zsh
!custom/example.zsh

2
custom/bindings.zsh Normal file
View file

@ -0,0 +1,2 @@
# Alt-Enter to run in background
bindkey -s "^[\r" "^e &\r"