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 480808ea720059d90dd6d72b8ebd74ec7a19335c
parent 724f2a81b804869a16f47e7bc044c8e9b0955772
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 11 Dec 2019 11:42:36 +0100

Fix C-style uncomment command

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

diff --git a/.exrc b/.exrc @@ -53,7 +53,7 @@ map QQ :q! map q] ok map q[ Oj map q/ ^i/* A */^ -map q? :s/\/\* \([^*]*\) \*\//\1/ +map q? :s/\/\* *// :s/ *\*\/// map #1 :!man vi