From a2784ace67707f9fe733eb5dccfd0b941b055820 Mon Sep 17 00:00:00 2001 From: Vishweshwar Saran Singh Deo Date: Tue, 17 Oct 2023 21:23:36 +0530 Subject: [PATCH] Add description for Plugins SaveLastSessionLayout and MouseFreeURLHandler #22 Add description for Plugins SaveLastSessionLayout and MouseFreeURLHandler #22 --- source/plugins.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/source/plugins.rst b/source/plugins.rst index cd923c2..7b0edf6 100644 --- a/source/plugins.rst +++ b/source/plugins.rst @@ -289,6 +289,31 @@ Adds a menu item, **Terminal screenshot**, to :ref:`context-menu` that will take a screenshot of the underlying terminal, and present a dialog for where to save it. +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Save Last Session +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Original Author: Vishweshwar Saran Singh Deo + +Does what it says, Saves the last layout settings on user logout, +restart, shutdown or when last window is closed. Later the layout can +be restored from (Right Click) -> Layouts -> SaveLastLayoutSession. + +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Mouse Free URL Handler +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Original Author: Vishweshwar Saran Singh Deo + +Uses the Short Cut Key Binding feature to enable users to select URL's +using keyborad shortcuts and open links. Default Keybindings + - Find Next URL: ``Alt``\ +\ ``j`` + - Find Prev URL: ``Alt``\ +\ ``k`` + - Open URL : ``Alt``\ +\ ``Enter`` + - Stop Search : ``Esc`` + +Keybindings can be later changed in Preferences -> keybindings + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Test Plugin ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^