From: Nick Bowler Date: Sun, 31 Jan 2010 18:39:40 +0000 (-0500) Subject: zshrc: Add bindings for the FreeBSD console. X-Git-Url: https://git.draconx.ca/gitweb/zshconf.git/commitdiff_plain/d4163ec82a993a24d59bc0d5677b93e28d288b86 zshrc: Add bindings for the FreeBSD console. --- diff --git a/zshrc b/zshrc index 0376259..dbe1401 100644 --- a/zshrc +++ b/zshrc @@ -38,6 +38,11 @@ xterm) bindkey '\eOH' beginning-of-line bindkey '\eOF' end-of-line ;; +cons25) + bindkey '^?' delete-char + bindkey '\e[F' end-of-line + bindkey '\e[H' beginning-of-line +;; esac # Set the xterm title