diff -Naur when_dist-old/when when_dist/when --- when_dist-old/when 2008-05-27 19:45:03.000000000 +0300 +++ when_dist/when 2008-09-19 00:24:35.526867032 +0300 @@ -137,8 +137,8 @@ =item --editor=COMMAND -Command used to invoke your editor. Default: "emacs -nw" -Example: when --editor="vim" +Command used to invoke your editor. Default: "vim" +Example: when --editor="nano" =item --wrap=COLUMNS @@ -628,7 +628,7 @@ 'rows_auto'=>1, # Try to detect width of terminal automatically, if it's a TTY. 'paging'=>1, # Use a pager, if it's a TTY and the output is too long. 'paging_less_options'=>'-rXFE', # Extra options for the pager, if the pager is "less." - 'editor'=>'emacs -nw', # editor + 'editor'=>'vim', # editor 'now'=>'', # pretend it's some other day today 'filter_accents_on_output'=>!($ENV{TERM}=~m/(mlterm|xterm)/), # since most Unix terminals show accented Unicode chars as garbage