From: Nick Bowler Date: Thu, 21 Oct 2010 23:39:53 +0000 (-0400) Subject: Fix history search bindings for Colemak. X-Git-Url: https://git.draconx.ca/gitweb/zshconf.git/commitdiff_plain/dfcbd6b054a251e4d9fd17fac2d9af99a4632b29 Fix history search bindings for Colemak. --- 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*)