From df7e60139463eeee79bdeb273a325ec72f022976 Mon Sep 17 00:00:00 2001 From: Andy Ferra Date: Fri, 11 Feb 2011 15:12:32 -0700 Subject: [PATCH] setting EDITOR for MacVim --- custom/misc.zsh | 1 + 1 file changed, 1 insertion(+) create mode 100644 custom/misc.zsh diff --git a/custom/misc.zsh b/custom/misc.zsh new file mode 100644 index 000000000..d735ed5a9 --- /dev/null +++ b/custom/misc.zsh @@ -0,0 +1 @@ +export EDITOR='mvim -f -c "au VimLeave * opendiff -a Terminal"'