Commit Graph

5 Commits

Author SHA1 Message Date
Michael Lazar
be22d6575b Minor wording tweaks. 2016-07-06 18:14:31 -07:00
Matt Smith
749ad11171 Added urlview keybinding
1.  A shortcut of 'b' was used as the default binding for passing
comment body text to urlview (this is similar to the default of C-b in
the 'mutt' text email client)
2.  The `comment_urlview` SubmissionController function was added to
recieve the SUBMISSION_OPEN_IN_URLVIEWER keypress request.
3.  The `open_urlview` terminal function was added to handle the urlview
request.  It passes the comment body data to urlview via a Popen
process.
4.  A test case was added to ensure this new code path is executed
5.  Small formatting changes, mostly line length
2016-07-05 20:52:31 -07:00
Michael Lazar
7ac2cb1293 Updating docs. 2016-03-03 21:09:40 -08:00
Michael Lazar
fa884bb51c Update CONTROLS.rst 2016-02-14 18:05:19 -08:00
Michael Lazar
dd8539f581 Simplified a bunch of the language in the readme. 2016-02-11 18:20:35 -08:00