summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-01-17 15:08:39 -0500
committerJune McEnroe <june@causal.agency>2022-01-17 15:08:39 -0500
commitf5fb56e4aa23fb092360e4e7df404e7e8bebd934 (patch)
tree6eb34dc31e96891632ec5b353e3084c8fa09aea7 /home
parentSwitch to jorts (diff)
downloadsrc-f5fb56e4aa23fb092360e4e7df404e7e8bebd934.tar.gz
src-f5fb56e4aa23fb092360e4e7df404e7e8bebd934.zip
Set extended in vi
Diffstat (limited to 'home')
-rw-r--r--home/.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/home/.profile b/home/.profile
index 58bac742..f5c60337 100644
--- a/home/.profile
+++ b/home/.profile
@@ -10,7 +10,8 @@ export MANPATH=:~/.local/share/man
 
 export EDITOR=vi
 command -v nvi >/dev/null && EDITOR=nvi
-export EXINIT='set ai iclower sm sw=4 ts=4 para=BlBdPpIt sect=ShSs | map gg 1G'
+export EXINIT='set ai extended iclower sm sw=4 ts=4 para=BlBdPpIt sect=ShSs
+map gg 1G'
 export PAGER=less
 export LESS=FRXix4
 export CLICOLOR=1
ogsubject'>Avoid matching := assignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe