You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# vim-qf
2
2
3
-
**vim-qf** – short for *vim-quickfix* – is a small collection of settings, commands and mappings put together to make working with the quickfix list/window smoother.
3
+
**vim-qf**—short for *vim-quickfix*—is a small collection of settings, commands and mappings put together to make working with the location/quickfix list/window smoother.
4
4
5
5
## Features
6
6
@@ -11,15 +11,15 @@
11
11
* optional mappings for `:cnext`, `:cprevious`, `:lnext`, `:lprevious`
12
12
that wrap around the beginning and end of the list
13
13
* optional mapping for jumping to and from the location/quickfix window
14
-
* filter/restore the current list
15
-
* perform commands on each line in the list
16
-
* perform commands on each file in the list
14
+
* filter and restore the current list
15
+
* perform commands on each line in the current list
16
+
* perform commands on each file in the current list
17
17
* open the location/quickfix window automatically after `:make`, `:grep`,
18
18
`:lvimgrep` and friends if there are valid locations/errors
19
19
* quit Vim if the last window is a location/quickfix window
20
20
* close location window automatically when quitting parent window
21
21
* jump to next group of entries belonging to same file ("file grouping")
0 commit comments