dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | README | LICENSE

commit 4fcc710721d5398aaf6d71b5402eefa7541c3d3c (patch)
parent 269bd5987a4fde608e6ad01b8fcdba7019a482ca
Author: Alex Karle <alex@alexkarle.com>
Date:   Mon, 17 Jan 2022 23:28:45 -0500

vi: Add a couple more vim-compatible settings

showmatch is crucial for code with nested parens (like lisp,
not that I plan to write much lisp in vi...) and autoindent is
also real nice for code!

Diffstat:
M.exrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.exrc b/.exrc @@ -4,3 +4,5 @@ " if this file is chosen for vim initialization too. set ruler set autoindent +set showmatch +set autoindent