From dfcbd6b054a251e4d9fd17fac2d9af99a4632b29 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Thu, 21 Oct 2010 19:39:53 -0400 Subject: [PATCH] Fix history search bindings for Colemak. --- zshrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/zshrc b/zshrc index df6b2ad..a918905 100644 --- a/zshrc +++ b/zshrc @@ -45,6 +45,14 @@ cons25) ;; esac +# Keymap-specific bindings +case $KEYMAP in +colemak) + bindkey '^R' history-incremental-search-forward + bindkey '^P' history-incremental-search-backward + ;; +esac + # Set the xterm title case $TERM in xterm*|rxvt*|Eterm|aterm|kterm|gnome*) -- 2.43.0