Skip to content

Commit 8fa1843

Browse files
committed
Clean up README
1 parent d596686 commit 8fa1843

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ put `vims` somewhere on your path, e.g., `/usr/bin`.
4444
```
4545
{command} | vims [-n|--quiet] [-d|--disable-vimrc]
4646
[-e|--exe-mode] [-r|--inverse-exe-mode]
47-
[-s|--simple-mode] [-t|--turn-off-mode]
48-
[-l|--line-exe-mode]
47+
[-s|--simple-mode] [-l|--line-exe-mode]
48+
[-t|--turn-off-mode]
4949
[ <args>... ]
5050
```
5151

@@ -106,6 +106,8 @@ Or, with line exe mode (a shorthand for `.*`):
106106
cat mylog.log | vims -e '^\s*$' 'dd' -l 'Vu'
107107
```
108108

109+
- `-l` - Turn off exe mode, turn on line exe mode
110+
109111
## Example 3
110112
Resolve all git conflicts by deleting the changes on HEAD (keep the bottom code):
111113

0 commit comments

Comments
 (0)