From 4943448bcfdfed19667df07ca194ad394862b0bd Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 9 Apr 2009 14:18:15 +0200 Subject: [Keys] binds AltGr+Space to single Space --- 80_KeyBindings.zsh | 3 +++ 1 file changed, 3 insertions(+) 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- " " " -- cgit v1.2.3