aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-30 22:58:21 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-30 22:58:21 +1200
commita2dcef64b25a60a76015753d2479233ba78733b8 (patch)
treeae4271fdf6bbc421da0d86578bc8e27fd243f5d9
parentAdjust comments specifying Vim mapping modes (diff)
downloaddotfiles-a2dcef64b25a60a76015753d2479233ba78733b8.tar.gz
dotfiles-a2dcef64b25a60a76015753d2479233ba78733b8.zip
Add gg mapping to exrc
-rw-r--r--ex/exrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ex/exrc b/ex/exrc
index 355b48ee..9c764b83 100644
--- a/ex/exrc
+++ b/ex/exrc
@@ -3,3 +3,6 @@ set autoindent
set report=0
set shiftwidth=4
set showmode
+
+" Make gg go to the top of the file
+map gg 1G