summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarstrom <john@ankarstrom.se>2021-07-08 22:26:11 +0200
committerJohn Ankarstrom <john@ankarstrom.se>2021-07-08 22:26:11 +0200
commitd77980aab48c6023a88f9ba8f855a19a10bf0ade (patch)
tree87101f41a93602800010165a352267001ea54dac
parent055c5accf833781291259cb70d553dd64e96182a (diff)
downloadexrc-d77980aab48c6023a88f9ba8f855a19a10bf0ade.tar.gz
Add [, ], ^[<, ^]> commands
-rw-r--r--vi.exrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/vi.exrc b/vi.exrc
index 0054240..9d0f228 100644
--- a/vi.exrc
+++ b/vi.exrc
@@ -1,7 +1,10 @@
set para=IPLPPPQPP\ LIp\ q\ d\ l\ (l)l(\ )\ pplpipbp
set sect=NHSHH\ HUt\ h\ s\ hesesh
-map gg 1G
+map [ [[
+map ] ]]
+map < 1G
+map > G
" set mark like vim's visual mode
map V mv