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
commitb401c36ef68518e3378114c5e5bdf44f4ffa94c2 (patch)
treea7390f7f24434166f0e8db62187d8cf1ba94f1e0 /home
parentSwitch to jorts (diff)
downloadsrc-b401c36ef68518e3378114c5e5bdf44f4ffa94c2.tar.gz
src-b401c36ef68518e3378114c5e5bdf44f4ffa94c2.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