X-Git-Url: https://git.draconx.ca/gitweb/zshconf.git/blobdiff_plain/767981432ba31f30696a1629dd72cd2d000119f6..dfcbd6b054a251e4d9fd17fac2d9af99a4632b29:/zshrc 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*)