summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-19 22:14:30 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-19 22:16:19 -0400
commit39a1fee0518571ad1f974b5bec341c2c5a86f21d (patch)
treed1772fefc45f3ffdfa4212ca965b224fbf75ea64 /zshrc
parent4dd4b6da0705710d93eb24ecb3d7af0d54f7364c (diff)
downloadconf-39a1fee0518571ad1f974b5bec341c2c5a86f21d.tar.gz
conf-39a1fee0518571ad1f974b5bec341c2c5a86f21d.zip
fix up some keybindings for the numrow switch
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc1
1 files changed, 1 insertions, 0 deletions
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