From e1658548d0479ecceb6791d2cf71cb21a53edc87 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sun, 28 Oct 2012 10:47:21 +0000 Subject: Switch to emacs keybindings in zsh --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 4bea113..a28298a 100644 --- a/.zshrc +++ b/.zshrc @@ -310,7 +310,7 @@ fi # % zkbd # to discover your keys. -bindkey -v # Vi keybindings. +# bindkey -v # Vi keybindings. typeset -U fpath @@ -318,7 +318,7 @@ prompt wunjo # Actually, stick with emacs for the moment. The vi keymap just doesn't # seem to be as complete (even if it's nicer for editing, there's no # execute-named-cmd bound, for example). -#bindkey -e # Emacs keybindings. +bindkey -e # Emacs keybindings. # Up, down left, right. # echotc forms part of the zsh/termcap module. It outputs the termcap value -- cgit v1.2.3