summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--80_KeyBindings.zsh3
1 files changed, 3 insertions, 0 deletions
diff --git a/80_KeyBindings.zsh b/80_KeyBindings.zsh
index dd3ff2b..0a5b87e 100644
--- a/80_KeyBindings.zsh
+++ b/80_KeyBindings.zsh
@@ -7,3 +7,6 @@
## You are encouraged to use, modify, and redistribute
## these files with or without this notice.
##
+
+# sanity : binds AltGr+Space to Space, useful when typing things like "foo | bar" on azerty..
+bindkey -s "\M-B\M- " " "