command
module
Version:
v0.0.0-...-f98f31a
Opens a new window with list of versions in this module.
Published: Jul 20, 2015
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Lesser
lesser
is a minimal reimplementation of the standard less
pager. It aims to
be very fast, particularly for searching the file.
lesser
is very much a work-in-progress, but supports the most basic features.
The currently supported keybindings are as follows:
Control:
Scrolling:
j
: Scroll down
k
: Scroll up
g
: Scroll to top
G
: Scroll to bottom
Pgdn
: Scroll down one screen full
Pgup
: Scroll up one screen full
^D
: Scroll down one half screen full
^U
: Scroll up one half screen full
Searching:
/
: Enter search regex (re2 syntax). Press enter to search.
n
: Jump down to next search result
N
: Jump up to previous search result
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.