aboutsummaryrefslogtreecommitdiff
path: root/dwim
diff options
context:
space:
mode:
Diffstat (limited to 'dwim')
-rwxr-xr-xdwim2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwim b/dwim
index 4df82f5..851e9eb 100755
--- a/dwim
+++ b/dwim
@@ -8,7 +8,7 @@ use strict;
use subs qw/cd dir dirname env fail handle path run/;
my @OPENER = ('xtopen');
-my @EDITOR = (@OPENER, '-putf8', 'vi');
+my @EDITOR = (@OPENER, 'vi');
my @PDF_VIEWER = ('xpdf');
my @MAN_VIEWER = (@OPENER, 'man');
my @MAILER = (@OPENER, 'mutt');