From ca4043039b38d4394e2a100a16df22327453d362 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 12 Jun 2021 13:25:15 +0300 Subject: [PATCH] Comment about what key is binded --- zsh/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 660346f..06e1c5e 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -23,8 +23,8 @@ export KEYTIMEOUT=1 # }}} # Home/end {{{ -bindkey "^[[1~" beginning-of-line -bindkey "^[[4~" end-of-line +bindkey "^[[1~" beginning-of-line # Home +bindkey "^[[4~" end-of-line # End # }}} # Command-line editing {{{ -- 2.44.0