commit 33368d4ee8c13b159e32cbdacfc793d5c414cfff parent 8efdfb8d8a2369f66db51889b5467c3b552ebdcf Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Fri, 11 Oct 2019 08:36:57 +0200 Add return symbol to end of mappings Diffstat:
M | .exrc | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.exrc b/.exrc @@ -12,8 +12,8 @@ set searchincr set report=1 set wraplen=80 -map l :set list -map m :!make -map w :w -map x :wq -map q :q +map l :set list^M +map m :!make^M +map w :w^M +map x :wq^M +map q :q^M