From: Sergey Matveev Date: Sat, 12 Jun 2021 10:25:15 +0000 (+0300) Subject: Comment about what key is binded X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=ca4043039b38d4394e2a100a16df22327453d362 Comment about what key is binded --- 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 {{{