dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 8efdfb8d8a2369f66db51889b5467c3b552ebdcf
parent e40345f1c2e58cd8a81dad68ed68259d9197d450
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed,  9 Oct 2019 20:44:12 +0200

Use space as leader

Diffstat:
M.exrc | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/.exrc b/.exrc @@ -12,6 +12,8 @@ set searchincr set report=1 set wraplen=80 -map ;l :set list -map ;w :w -map ;x :wq +map l :set list +map m :!make +map w :w +map x :wq +map q :q