view .shell.d/50.misc_setup.zsh @ 386:40c0bc5ff266

hg: really end vimdiff's reign of terror In fe18716866 I left off the trailing 'd' on 'disabled', because I forgot how my own change to core Mercurial worked.
author Augie Fackler <raf@durin42.com>
date Mon, 14 Mar 2016 22:03:27 -0400
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