summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--host:delphine/user:hugues/KeyBindings.zsh1
-rw-r--r--host:paranoid/user:hugues/KeyBindings.zsh1
-rw-r--r--user:hugues/KeyBindings.zsh6
3 files changed, 6 insertions, 2 deletions
diff --git a/host:delphine/user:hugues/KeyBindings.zsh b/host:delphine/user:hugues/KeyBindings.zsh
new file mode 100644
index 0000000..64f746e
--- /dev/null
+++ b/host:delphine/user:hugues/KeyBindings.zsh
@@ -0,0 +1 @@
+bindkey -s 'm' 'Q mails\n'
diff --git a/host:paranoid/user:hugues/KeyBindings.zsh b/host:paranoid/user:hugues/KeyBindings.zsh
new file mode 100644
index 0000000..64f746e
--- /dev/null
+++ b/host:paranoid/user:hugues/KeyBindings.zsh
@@ -0,0 +1 @@
+bindkey -s 'm' 'Q mails\n'
diff --git a/user:hugues/KeyBindings.zsh b/user:hugues/KeyBindings.zsh
index b9d43f5..a49dd90 100644
--- a/user:hugues/KeyBindings.zsh
+++ b/user:hugues/KeyBindings.zsh
@@ -211,8 +211,8 @@ bindkey -s 't' 'Q todo\n'
bindkey -s 'é' ' 2>/dev/null '
bindkey -s '2' ' 2>&1 '
-bindkey -s 'm' 'Q mails\n'
-bindkey -s 'M' 'make '
+bindkey -s 'm' 'Q make\n'
+bindkey -s 'M' 'Q make\n'
bindkey -s 'l' 'Q l\n'
#bindkey -s 'L' 'Q la\n'
@@ -225,3 +225,5 @@ bindkey -s 'G' 'Q git-repack\n'
bindkey -s 'S' 'Q svn status\n'
bindkey -s 'X' 'Q exec zsh\n'
+
+bindkey -s ' ' 'Q clear\n'