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 db9b6e7a2ae172ea9c08b03447e9c72316d9991c
parent 4613285e77b6480493586ba4e8cbae58552037c4
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 26 Nov 2019 21:47:53 +0100

Change binding to go to top

Diffstat:
M.exrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.exrc b/.exrc @@ -14,7 +14,7 @@ set report=1 set cedit= set filec= -map gg 1G +map g 1G map Y ^y$ map =ga :!git add %