summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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......" ;)