X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/598be25d2a888d3c28b637a047864ec014555181..a3bfc8208a7d8fb6c0aa34d6398f29f7334ad421:/.zsh/zshenv/parts.d/50-vim diff --git a/.zsh/zshenv/parts.d/50-vim b/.zsh/zshenv/parts.d/50-vim new file mode 100644 index 00000000..2818885c --- /dev/null +++ b/.zsh/zshenv/parts.d/50-vim @@ -0,0 +1,13 @@ +# +# set the editor variables to Vim +# +# Copyright © 1994–2017 martin f. krafft +# Released under the terms of the Artistic Licence 2.0 +# +# Source repository: http://git.madduck.net/v/etc/zsh.git +# + +export EDITOR==vim +export VISUAL=$EDITOR + +# vim:ft=zsh