set nomodeline set ruler set showmatch set showmode set nosourceany " make some latin characters printable: set print=äöüÄÖÜàéèÀÉçâêîôûù£§° " looks like print is only re-evaluated after [no]octal, bug? set octal set nooctal set wraplen=77 set shell=/bin/ksh set noexrc " F8: format paragraph, in command mode map [19~ !}fmt " F9: save, in both modes map [20~ :w map! [20~ :w a " F10: insert date, in both modes map [21~ :read! date '+\%y-\%m-\%d' A map! [21~ :read! date '+\%y-\%m-\%d' A " F10: insert date, alternative keyboard, in both modes map [10~ :read! date '+\%y-\%m-\%d' A map! [10~ :read! date '+\%y-\%m-\%d' A