view .shell.d/50.misc_setup.zsh @ 285:d77b2e253e99

emacs go: actually use af-go-mode-hook
author Augie Fackler <raf@durin42.com>
date Thu, 03 May 2012 18:01:46 -0500
parents 0f226b0af88a
children
line wrap: on
line source

# edit current command line in $EDITOR support
autoload edit-command-line
zle -N edit-command-line
bindkey '^X^e' edit-command-line