summaryrefslogtreecommitdiffstats
path: root/zshinput
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 /zshinput
parentd8f9803a5f30ceea04419c21cd10d775362dbbfa (diff)
downloadconf-39a4fe5ae9e89ddd09b52420ba1d3b4a9d756f62.tar.gz
conf-39a4fe5ae9e89ddd09b52420ba1d3b4a9d756f62.zip
oops, i already had a file for this
Diffstat (limited to 'zshinput')
-rw-r--r--zshinput9
1 files changed, 9 insertions, 0 deletions
diff --git a/zshinput b/zshinput
index 73fdd65..7c6f704 100644
--- a/zshinput
+++ b/zshinput
@@ -12,6 +12,15 @@ bindkey -M vicmd '/' history-incremental-search-backward
bindkey -M vicmd '?' history-incremental-search-forward
bindkey -rM viins '^[/'
+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
+
bindkey "^?" backward-delete-char
bindkey "^H" backward-delete-char
bindkey "^U" backward-kill-line