From 5ad32a5fbe21e69debdf7b1250e185111607399a Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sun, 23 Feb 2014 12:25:22 +0800 Subject: [PATCH] Make Ctrl-A & Ctrl-E working in zsh. --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index aa8ad52..e382abd 100644 --- a/.zshrc +++ b/.zshrc @@ -29,6 +29,8 @@ else export PAGER="less" fi # +bindkey -e +# if [[ "`uname -s`" == "FreeBSD" || "`uname -s`" == "Darwin" ]]; then alias "ls=/bin/ls -aFG" alias "tmux=TERM=xterm-256color /usr/local/bin/tmux"