summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2009-09-19 21:30:25 +0200
committerFlorian Pritz <bluewind@xssn.at>2009-09-19 21:30:25 +0200
commitb8d81a5e1cc40762da11dd3823690e7deed19206 (patch)
tree7d2252127d235df562f4d1d02f3d958786d73d65 /.zshrc
parent0769a59e4568142784a751bebf4d493e864c312e (diff)
downloaddotfiles-b8d81a5e1cc40762da11dd3823690e7deed19206.tar.gz
dotfiles-b8d81a5e1cc40762da11dd3823690e7deed19206.tar.xz
zshrc: better way to make keybindings
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index fde73e7..90bc5b5 100644
--- a/.zshrc
+++ b/.zshrc
@@ -69,7 +69,7 @@ bindkey "^[[A" history-beginning-search-backward
bindkey "^[[B" history-beginning-search-forward
# HOWTO make your own:
-# bindkey '<crtl+alt+key>' <action> (do this in a shell)
+# bindkey '<crtl+v key>' action
# for some actions run `bindkey`
# "cd......" ;)