summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorShawn M Moore <sartak@gmail.com>2007-09-09 13:50:55 -0500
committerShawn M Moore <sartak@gmail.com>2007-09-09 13:50:55 -0500
commit13b616268a14e5760f3d66aa1f3cdaa7849b7e18 (patch)
treebd3969f9db83248403e89fd1995f505aa3dd8bad /zshrc
parent1a44a4f9ae6663a1f4a032e92577e44fee3ca258 (diff)
downloadconf-13b616268a14e5760f3d66aa1f3cdaa7849b7e18.tar.gz
conf-13b616268a14e5760f3d66aa1f3cdaa7849b7e18.zip
I have never actually used ^\
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 0a342a4..0506bd1 100644
--- a/zshrc
+++ b/zshrc
@@ -42,7 +42,6 @@ bindkey "^R" history-incremental-search-backward # Like in bash, but should !
bindkey "^T" transpose-chars # Transposes adjacent chars (xp in vim)
bindkey "^Z" accept-and-hold # Enter and push line
bindkey " " magic-space # Expands from hist (!vim )
-bindkey "^\\" pound-insert # As an alternative to ctrl-c; will go in hist
bindkey "\e[3~" delete-char # Enable delete
# }}}