User Tools

Site Tools


tutorials_dotfiles_.exrc_yargo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tutorials_dotfiles_.exrc_yargo [2021/03/23 15:52] – created hc9tutorials_dotfiles_.exrc_yargo [2021/03/23 16:02] (current) hc9
Line 1: Line 1:
 +<file config dotfile>
 +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
 +</file>