diff options
author | June McEnroe <june@causal.agency> | 2021-01-13 22:41:16 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-01-13 22:41:16 -0500 |
commit | ec77c2324c9ddc0544ab275435776b9184c4a1bf (patch) | |
tree | cfb7a60489a1533f0c9fbf8d5a3eecace44d5099 | |
parent | Match \ before newline in string as Escape (diff) | |
download | src-ec77c2324c9ddc0544ab275435776b9184c4a1bf.tar.gz src-ec77c2324c9ddc0544ab275435776b9184c4a1bf.zip |
Add gg mapping to vi
The muscle memory for gg is too strong.
-rw-r--r-- | home/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |