From 97f08dab0d1cc62e4c31fca2741efae414ee23c5 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Tue, 22 Apr 2008 14:33:26 +0200 Subject: Moved specific "mails" command to specific hosts paranoid & delphine. --- host:delphine/user:hugues/KeyBindings.zsh | 1 + host:paranoid/user:hugues/KeyBindings.zsh | 1 + user:hugues/KeyBindings.zsh | 6 ++++-- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 host:delphine/user:hugues/KeyBindings.zsh create mode 100644 host:paranoid/user:hugues/KeyBindings.zsh 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' -- cgit v1.2.3