]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshrc/79_bindkeys
Merge remote-tracking branch 'madduck/master'
[zsh.git] / .zsh / zshrc / 79_bindkeys
index 803db91df1532a420af328155d9415c1c8312173..e3d3b3a7316ccc29ac9a764b39456b964b381d55 100644 (file)
@@ -37,5 +37,8 @@ bindkey "\e[1;5D" backward-word
 bindkey "\e[8~" end-of-line
 bindkey "\eOc" forward-word
 bindkey "\eOd" backward-word
+# fix home/end keys (for mosh)
+bindkey "\e[7~" beginning-of-line
+bindkey "\e[8~" end-of-line
 
 # vim:ft=zsh