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"