summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-27 20:07:07 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-27 23:54:47 -0400
commit39a4fe5ae9e89ddd09b52420ba1d3b4a9d756f62 (patch)
treeedd4a5489ea577d2d9be450c9b394b3f2af02f51 /zshrc
parentd8f9803a5f30ceea04419c21cd10d775362dbbfa (diff)
downloadconf-39a4fe5ae9e89ddd09b52420ba1d3b4a9d756f62.tar.gz
conf-39a4fe5ae9e89ddd09b52420ba1d3b4a9d756f62.zip
oops, i already had a file for this
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc10
1 files changed, 0 insertions, 10 deletions
diff --git a/zshrc b/zshrc
index f49d55f..3a1514e 100644
--- a/zshrc
+++ b/zshrc
@@ -60,16 +60,6 @@ export HISTSIZE=1000000000
export SAVEHIST=1000000000
export SPROMPT="Correct $fg[red]%R$reset_color to $fg[green]%r$reset_color? [ynae] "
export KEYTIMEOUT=5
-# keybindings {{{
-bindkey -M vicmd ')' vi-digit-or-beginning-of-line
-bindkey -M vicmd 'e' vi-change
-bindkey -M vicmd 'E' vi-change-eol
-bindkey -M vicmd ',' execute-named-command
-bindkey -M vicmd '!' vi-insert
-bindkey -M vicmd '_' vi-first-non-blank
-bindkey -M vicmd '|' send-break
-bindkey -M vicmd '\' send-break
-# }}}
# plugins {{{
# cdhist {{{
source ~/.sh/cdhist.sh