Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add description for Plugins SaveLastSessionLayout and MouseFreeURLHa… #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions source/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down