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 | 253e91391c0ef1e4336edbd11080b0f8552b21e6 (patch) | |
tree | 1ceccee5a36e51de0f79bef4e3ab1fb543076fa6 /home | |
parent | Match \ before newline in string as Escape (diff) | |
download | src-253e91391c0ef1e4336edbd11080b0f8552b21e6.tar.gz src-253e91391c0ef1e4336edbd11080b0f8552b21e6.zip |
Add gg mapping to vi
The muscle memory for gg is too strong.
Diffstat (limited to 'home')
-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 |