mirror of
https://github.com/neovim/neovim.git
synced 2026-06-18 01:31:14 +00:00
docs(quickfix): quickfix window location (#39305)
Problem: Documentation for quickfix window location is outdated (since6256adde). Solution: Update quickfix.txt. (cherry picked from commit2ca31eddae) Co-authored-by: luukvbaal <luukvbaal@gmail.com>
This commit is contained in:
committed by
GitHub
parent
39ecf31da3
commit
eebd98fd99
@@ -668,10 +668,7 @@ can go back to the unfiltered list using the |:colder|/|:lolder| command.
|
||||
:lbo[ttom] Same as ":cbottom", except use the window showing the
|
||||
location list for the current window.
|
||||
|
||||
Normally the quickfix window is at the bottom of the screen. If there are
|
||||
vertical splits, it's at the bottom of the rightmost column of windows. To
|
||||
make it always occupy the full width: >
|
||||
:botright cwindow
|
||||
Normally the quickfix window is at the bottom of the screen.
|
||||
You can move the window around with |window-moving| commands.
|
||||
For example, to move it to the top: CTRL-W K
|
||||
The 'winfixheight' option will be set, which means that the window will mostly
|
||||
|
||||
Reference in New Issue
Block a user