From 29fc056bfe70114b2b0ce3d8b3b6e3d34ed0b0fc Mon Sep 17 00:00:00 2001 From: Beau Date: Sun, 19 Sep 2021 10:42:43 +1000 Subject: [PATCH] Update DEMO.md --- DEMO.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/DEMO.md b/DEMO.md index e657c77..6615ff4 100644 --- a/DEMO.md +++ b/DEMO.md @@ -1,7 +1,3 @@ -# Toggling/Enabling/Disabling Focus - -![](https://i.ibb.co/r7VZ831/enable.gif) - # Auto Resizing of the Focussed Window Resizes the currently focussed window to the perfect viewing size as per golden ratio @@ -48,6 +44,11 @@ the current window and then runs the `:term` command to open a terminal ![](https://i.ibb.co/bNkQWGf/ezgif-7-c215974aca1b.gif) +# Toggling/Enabling/Disabling Focus + +![](https://i.ibb.co/r7VZ831/enable.gif) + + # Auto Cursorline ![](https://i.ibb.co/6Rdn0Qx/cursorline.gif) @@ -55,6 +56,12 @@ the current window and then runs the `:term` command to open a terminal # Auto Sign Column +Shows the sign column in the focussed window only + +Default = 'auto' sign column. However gets the user configuration i.e + +If `signcolumn = "number"` set in vimrc then show errors in number column in focussed window only + ![](https://i.ibb.co/C5qFgw2/gutter.gif)