summaryrefslogtreecommitdiff
path: root/user:hugues
diff options
context:
space:
mode:
Diffstat (limited to 'user:hugues')
-rw-r--r--user:hugues/KeyBindings.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/user:hugues/KeyBindings.zsh b/user:hugues/KeyBindings.zsh
index 2551587..02dd29a 100644
--- a/user:hugues/KeyBindings.zsh
+++ b/user:hugues/KeyBindings.zsh
@@ -237,7 +237,7 @@ do
bindkey -M $keymap 'q' push-line
bindkey -M $keymap 'Q' push-line
- bindkey -M $keymap -s 'L' 'Q tput clear\n'
+ bindkey -M $keymap -s 'K' 'Q tput clear\n'
bindkey -M $keymap -s 'B' 'Q tput clear ; tput cup $(tput lines) 0\n'
done