aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlarryhynes <larryhynes@users.noreply.github.com>2016-04-08 17:08:57 +0100
committerlarryhynes <larryhynes@users.noreply.github.com>2016-04-08 17:08:57 +0100
commit674857175206f0c7ecc147e80bcb42098ea1e807 (patch)
tree25b3dd19f9d4beb4beec891c9372a7d2b30716e5
parentbadbf0035ef813ceb3797631fac1c5ccd7e42307 (diff)
downloadvis-674857175206f0c7ecc147e80bcb42098ea1e807.tar.gz
vis-674857175206f0c7ecc147e80bcb42098ea1e807.tar.xz
Add map example to visrc.lua
-rw-r--r--visrc.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/visrc.lua b/visrc.lua
index 372b954..1c6de5b 100644
--- a/visrc.lua
+++ b/visrc.lua
@@ -202,6 +202,7 @@ end
vis.events.win_open = function(win)
set_filetype(win)
- -- eg Turn on line numbering
+ -- Your local configuration options e.g.
-- vis:command('set number')
+ -- vis:command('map! normal j gj')
end