Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8bbbf92

Browse files
author
Bruno Sutic
committed
Readme tweaks
1 parentc922638 commit8bbbf92

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

‎README.md‎

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ View man pages in vim.
44

55
###Features and Usage
66

7-
Viewing manpages:
7+
#####Viewing manpages
88

99
-`:Man printf` - open`printf(1)` manpage in a split
1010
-`:Vman 3 putc` - open`putc(3)` manpage in a vertical split (read more
@@ -14,11 +14,11 @@ Viewing manpages:
1414
-`:Man 3 pri<Tab>` - completion "respects" the manpage section argument
1515
-`:Man 6 <Ctrl-D>` - list all manpages from section 6
1616

17-
When editing`nroff` files:
17+
#####When editing`nroff` files
1818

1919
-`:Man` - (without arguments) open a current`nroff` file as a manpage
2020

21-
When inside a manpage buffer:
21+
#####When inside a manpage buffer
2222

2323
-`[[` and`]]` - jump to prev/next section heading
2424
-`Ctrl-]` - jump to manpage for a word under cursor (works nicely with
@@ -33,7 +33,9 @@ When inside a manpage buffer:
3333
works nicely with C header files often found in section 2 and 3 manpages i.e.
3434
`<sys/socket.h>`)
3535

36-
Searching/grepping manpages (also see[About Mangrep](#about-mangrep)):
36+
#####Searching/grepping manpages
37+
38+
Also see[About Mangrep](#about-mangrep)
3739

3840
-`:Mangrep 1 foobar` - search for "foobar" in all section 1 manpages
3941
-`:Mangrep foobar` - same as`:Mangrep 1 foobar` (grepping all man sections
@@ -42,11 +44,13 @@ Searching/grepping manpages (also see [About Mangrep](#about-mangrep)):
4244
-`:Mangrep -i 6 foobar` - case insensitive search
4345
-`:Mangrep 6 (foo|bar|baz)` - regex search (`Mangrep` uses`grep -E`)
4446

45-
Defining these mappings is possible in`.vimrc` (none are defined by default):
47+
#####Defining mappings in`.vimrc`
48+
49+
No mappings are defined by default.
4650

4751
-`map <leader>k <Plug>(Man)` - open manpage for word under cursor in a horizontal
4852
split
49-
-`map <leader>v <Plug>(Vman)` - open manpage for word under cursor in avertial
53+
-`map <leader>v <Plug>(Vman)` - open manpage for word under cursor in avertical
5054
split
5155

5256
###About Mangrep

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp