summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vi.exrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/vi.exrc b/vi.exrc
index cbd1dd2..bd15332 100644
--- a/vi.exrc
+++ b/vi.exrc
@@ -1,4 +1,6 @@
-" set mark like vim's visual line mode
+map gg 1G
+
+" set mark like vim's visual mode
map V mv
" jump to other end of "selection"
@@ -26,5 +28,5 @@ map gw f
map gb F
" go to next/previous troff command
-map  ?^[.'][^ ]*$
map  /^[.'][^ ]*$
+map  ?^[.'][^ ]*$