diff options
Diffstat (limited to '')
-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 |