From fe86d62c0464da20928af0fa57abc78004a6bfe6 Mon Sep 17 00:00:00 2001 From: ramen Date: Sun, 26 Sep 2010 07:59:33 +0800 Subject: [PATCH] Alt-Enter to run in background --- .gitignore | 2 -- custom/bindings.zsh | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 custom/bindings.zsh diff --git a/.gitignore b/.gitignore index f84db6dc2..e80740950 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ locals.zsh log/.zsh_history projects.zsh -custom/*.zsh -!custom/example.zsh \ No newline at end of file diff --git a/custom/bindings.zsh b/custom/bindings.zsh new file mode 100644 index 000000000..208b9d035 --- /dev/null +++ b/custom/bindings.zsh @@ -0,0 +1,2 @@ +# Alt-Enter to run in background +bindkey -s "^[\r" "^e &\r"