vim with servername as default editor in zsh

2015-10-09 Thread Enno
I'd like 'edit' in zsh to start vim with v:servername = VIM. Here's what I tried but to no avail, perhaps someone knows how to do better?! In .zshenv there's a line export PATH="$HOME/bin:$PATH" and in .zshrc there's export VISUAL=vim export EDITOR=$VISUAL and in ~/bin there's an executa

Re: vim with servername as default editor in zsh

2015-10-09 Thread Simon Ruderich
On Fri, Oct 09, 2015 at 10:44:27AM -0700, Enno wrote: > I'd like 'edit' in zsh to start vim with v:servername = VIM. Hello, What is this `edit` binary? Maybe it's just a symlink to vim. Regards Simon -- + privacy is necessary + using gnupg http://gnupg.org + public key id: 0x92FEFDB7E44C32F9 -

Re: vim with servername as default editor in zsh

2015-10-09 Thread Enno
Thanks, that's it. Apparently my understanding of the default editor set by $EDITOR/VISUAL was off-beam. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php