aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-19 11:33:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-19 11:33:52 +1200
commit903540a2d36de62d6ecc915969f2dd17561cae4b (patch)
tree5cb8f5698c3114a571bdaa2d34eb70c680aea515 /README.md
parentMerge branch 'release/v2.1.0' (diff)
parentBump VERSION (diff)
downloadvim-cursorline-current-903540a2d36de62d6ecc915969f2dd17561cae4b.tar.gz
vim-cursorline-current-903540a2d36de62d6ecc915969f2dd17561cae4b.zip
Merge branch 'release/v3.0.0'v3.0.0
* release/v3.0.0: Complete overhaul for new major release Simplify 'cursorline' reset syntax
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index 24c2b35..3edd2d9 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,14 @@
cursorline\_current.vim
=======================
-This plugin tweaks the behaviour of the `'cursorline'` option to enable it only
-in the current window and when not in insert mode. It essentially makes
-`'cursorline'` follow the cursor in normal mode as much as possible.
+This plugin tweaks the behaviour of the `'cursorline'` and `'cursorcolumn'`
+options to enable them only in the current window, when not in insert mode,
+and/or when Vim has focus.
+
+In its default configuration, it essentially makes `'cursorline'` and
+`'cursorcolumn'` follow the cursor around in normal mode as much as possible.
+It uses each window's global value of both options as its default, so setting
+each option in your `vimrc` before the plugin loads should do the trick.
License
-------