mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
Alt-Enter to run in background
This commit is contained in:
parent
65ceacd060
commit
fe86d62c04
2 changed files with 2 additions and 2 deletions
2
custom/bindings.zsh
Normal file
2
custom/bindings.zsh
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Alt-Enter to run in background
|
||||
bindkey -s "^[\r" "^e &\r"
|
||||
Loading…
Reference in a new issue