From ec77c2324c9ddc0544ab275435776b9184c4a1bf Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 13 Jan 2021 22:41:16 -0500 Subject: Add gg mapping to vi The muscle memory for gg is too strong. --- home/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.profile b/home/.profile index 09d9cb41..90a7d6e0 100644 --- a/home/.profile +++ b/home/.profile @@ -8,7 +8,7 @@ path /usr/games export PAGER=less export LESS=FRXix4 -export EXINIT='set ai ic sm sw=4 ts=4' +export EXINIT='set ai ic sm sw=4 ts=4 | map gg 1G' export EDITOR=nvim export MANPAGER='nvim +Man!' export MANSECT=2:3:1:8:6:5:7:4:9 -- cgit 1.4.1