aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
-------