mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01: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
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,5 +1,3 @@
|
||||||
locals.zsh
|
locals.zsh
|
||||||
log/.zsh_history
|
log/.zsh_history
|
||||||
projects.zsh
|
projects.zsh
|
||||||
custom/*.zsh
|
|
||||||
!custom/example.zsh
|
|
||||||
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…
Add table
Add a link
Reference in a new issue