<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 14/11/2016 09:58, Micha Rosenbaum
wrote:<br>
</div>
<blockquote cite="mid:20161114095814.GA7664@plasisent.local"
type="cite">
<div class="moz-text-plain" wrap="true" graphical-quote="true"
style="font-family: -moz-fixed; font-size: 12px;"
lang="x-western">
<pre wrap="">On Mon, Nov 14, 2016 at 10:51:26AM +0100, Uwe Kaminski wrote:
</pre>
<blockquote type="cite" style="color: #000000;">
<pre wrap=""><span class="moz-txt-citetags">> </span>What do you think regarding this functionality especially if you do
<span class="moz-txt-citetags">> </span>not use vi as default editor?
</pre>
</blockquote>
<pre wrap="">Have you tried to set your wanted editor with the environment variable
$EDITOR? Try:
export EDITOR=joe && pass edit Your/Passphrase
</pre>
</div>
</blockquote>
<p>In addition, if this is an Ubuntu system, there is a generic
/usr/bin/editor which points to whatever is the current default
editor. So if you do<br>
</p>
<p>EDITOR=editor pass edit foo</p>
<p>it will use the system default. And to change the system default
editor, "
<meta charset="utf-8">
<meta charset="utf-8">
<span style="color: rgb(34, 34, 34); font-family: monospace;
font-size: 14.82px; font-style: normal; font-variant-ligatures:
normal; font-variant-caps: normal; font-weight: normal;
letter-spacing: normal; orphans: 2; text-align: left;
text-indent: 0px; text-transform: none; white-space: normal;
widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
background-color: rgb(249, 249, 249); display: inline
!important; float: none;">sudo update-alternatives --config
editor</span>"</p>
<br>
</body>
</html>