From 39a1fee0518571ad1f974b5bec341c2c5a86f21d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 19 Oct 2013 22:14:30 -0400 Subject: fix up some keybindings for the numrow switch --- zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'zshrc') diff --git a/zshrc b/zshrc index d065742..403e25b 100644 --- a/zshrc +++ b/zshrc @@ -59,6 +59,7 @@ export HISTSIZE=1000000000 export SAVEHIST=1000000000 export SPROMPT="Correct $fg[red]%R$reset_color to $fg[green]%r$reset_color? [ynae] " export KEYTIMEOUT=5 +bindkey -M vicmd ')' vi-digit-or-beginning-of-line # plugins {{{ # cdhist {{{ source ~/.sh/cdhist.sh -- cgit v1.2.3-54-g00ecf