diff options
author | Ryan Kavanagh <rak@debian.org> | 2012-10-28 10:47:21 +0000 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2012-10-28 10:47:21 +0000 |
commit | e1658548d0479ecceb6791d2cf71cb21a53edc87 (patch) | |
tree | 90aed1ef3c861b2f6784be45c2b6fa7bb611b5bd /.zshrc | |
parent | Properly export id_rsa.lambda.pub (diff) |
Switch to emacs keybindings in zsh
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |