-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhmm.txt
37 lines (22 loc) · 1.3 KB
/
hmm.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
*hmm.txt* Find out what you did today
Author: Paul Meinhardt <https://github.com/pmeinhardt>
License: Same as `hmm` itself (see https://github.com/pmeinhardt/hmm)
INTRODUCTION *hmm*
Find out what you did today with `hmm`.
COMMANDS *hmm-commands*
These commands integrate the `hmm` command-line utility with Vim.
*:Hmm* *hmm-:Hmm*
:Hmm[!] [args] Invoke `hmm [args]` and load the output into a
buffer. If the current buffer is not associated
with a file and empty, or if ! is given, overwrite
the current buffer contents. Otherwise open a new
one.
MAPS *hmm-maps*
<localleader>, Join all lines into one, separated by ", ".
<localleader>; Join all lines into one, separated by "; ".
<localleader>- Prefix all lines with "- " to make a list.
<localleader><localleader> Yank the buffer contents into "+ (see |registers|).
ABOUT *hmm-about*
Grab the latest version or report a bug on GitHub:
https://github.com/pmeinhardt/hmm
vim:tw=78:et:ft=help:norl: