diff options
-rw-r--r-- | vi.exrc | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 ?^[.'][^ ]*$
|