]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Comment about what key is binded
authorSergey Matveev <stargrave@stargrave.org>
Sat, 12 Jun 2021 10:25:15 +0000 (13:25 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 12 Jun 2021 10:25:15 +0000 (13:25 +0300)
zsh/.zshrc

index 660346fbb7be11c0935704d825c185dad112bc56..06e1c5e1f04bab1257788fed6e8251db637a1a0f 100644 (file)
@@ -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 {{{