..  
  Copyright (C) Niel Clausen 2018. All rights reserved.
  
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.
  
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  GNU General Public License for more details.
  
  You should have received a copy of the GNU General Public License
  along with this program. If not, see <https://www.gnu.org/licenses/>.


Key Bindings
============

View
----

:kbd:`Ctrl-1` .. :kbd:`Ctrl-6`
  Copy selected text to the numbered hiliter/search value and navigate
  forwards to the next occurrance of the text. Where there is no text
  selection, do nothing.

:kbd:`Ctrl-Shift-1` .. :kbd:`Ctrl-Shift-6`
  Copy selected text to the numbered hiliter/search value and navigate
  backwards to the previous occurrance of the text. Where there is no text
  selection, do nothing.

:kbd:`1` .. :kbd:`6`
  Navigate forwards to the next match of the numbered hiliter/search.
  	
:kbd:`Shift-1` .. :kbd:`Shift-6`
  Navigate backwards to the previous match of the numbered hiliter/search.

:kbd:`Ctrl-A`
  Edit the annotation for the current line.

:kbd:`A`
  Navigate forwards to the next annotated line.

:kbd:`Shift-A`
  Navigate backwards to the previous annotated line.

:kbd:`Ctrl-B`
  Toggle the user bookmark on/off for the current line.

:kbd:`B`
  Navigate forwards to the next bookmarked line.

:kbd:`Shift-B`
  Navigate backwards to the previous bookmarked line.

:kbd:`C`
  Scroll to make the line containing the cursor visible.

:kbd:`L`
  Scroll to make the line associated with the local tracker visible.

:kbd:`Ctrl-L`
  Set the local tracker to the current line.

:kbd:`G`, :kbd:`H`, :kbd:`J` and :kbd:`K`
  Scroll to make the line associated with the global tracker visible.

:kbd:`Ctrl-G`, :kbd:`Ctrl-H`, :kbd:`Ctrl-J` and :kbd:`Ctrl-K`
  Set the global tracker from the current line.


Annotation
----------

:kbd:`Esc`
  Return keyboard focus to the view.
