From f5fb56e4aa23fb092360e4e7df404e7e8bebd934 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 17 Jan 2022 15:08:39 -0500 Subject: Set extended in vi --- home/.profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit 1.4.1