summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2009-04-09 14:18:15 +0200
committerHugues Hiegel <hugues@hiegel.fr>2009-04-09 14:18:15 +0200
commit4943448bcfdfed19667df07ca194ad394862b0bd (patch)
tree83335e6cddfa970bc8ab3defada285e239f2b15f
parentb6099a442bb7079041ded65788c7ff32893eb7f1 (diff)
[Keys] binds AltGr+Space to single Space
-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- " " "