Resizes the currently focussed window to the perfect viewing size as per golden ratio
Focussed window size can also be specified by the user.
Creates splits in a nice arrancement Also choose to open a terminal, file, or run any command
Creates a split in direction if there is not one there
Otherwise will move to it automatcally
Option to open a file, or run an arbitrary command in the split specified by the direction
Moves to the split or creates one in the direction then..
Will open the file specified or Run a command specified
Example: FocusSplitRight README.md
opens/creates a window with the file 'README.md to the right the current window you are in.
This example uses :FocusSplitDown cmd term
to create a split below
the current window and then runs the :term
command to open a terminal
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