|
| 1 | +*qfixtoggle.txt* Toggle the visibility of the quickfix window |
| 2 | + |
| 3 | +Author: Jason Heddings ( [email protected]) |
| 4 | +For Vim version 6.0 and above |
| 5 | +Last change: 05 October, 2005 |
| 6 | + |
| 7 | +1. Overview |qfixtoggle-about| |
| 8 | +2. Commands |qfixtoggle-commands| |
| 9 | +3. Configuration |qfixtoggle-configure| |
| 10 | + |
| 11 | +============================================================================== |
| 12 | + *qfixtoggle-about* |
| 13 | +1. Overview~ |
| 14 | + |
| 15 | +QFixToggle allows you to toggle the visibility of the |quickfix| window |
| 16 | +easilly. The goal is to provide easy access to the error list when |
| 17 | +programming or searching for text. |
| 18 | + |
| 19 | +Thanks to Hari for the help on the auto-commands. |
| 20 | + |
| 21 | +============================================================================== |
| 22 | + *qfixtoggle-commands* |
| 23 | +2. Commands~ |
| 24 | + |
| 25 | +The QFixToggle plugin does not create any automatic mappings, but provides the |
| 26 | +following commands: |
| 27 | + |
| 28 | +|:QFix| toggle the visibility of the |quickfix| window |
| 29 | + |
| 30 | + *:QFix* |
| 31 | +:QFix[!] |
| 32 | + This command toggle the visibility |
| 33 | + cause any existing preview windows to be closed. If the file is |
| 34 | + already open in another buffer, that buffer will be wiped out. |
| 35 | + |
| 36 | +Once open, the window accepts all preview window commands. For example, to |
| 37 | +close the preview window, use |:pclose|. |
| 38 | + |
| 39 | +============================================================================== |
| 40 | + *qfixtoggle-configure* |
| 41 | +2. Configuration~ |
| 42 | + |
| 43 | +QFixToggle may be customized using variables set by the |let| command in your |
| 44 | +.vimrc file. The default values for the options are shown in square brackets. |
| 45 | + |
| 46 | +|'QFixToggle_Height'| Specify the height of the quickfix window [10] |
| 47 | + |
| 48 | + *'QFixToggle_Height'* |
| 49 | +QFixToggle_Height~ |
| 50 | + Using this setting, you can alter the height of the quickfix window that is |
| 51 | + created when |:QFix| is called. > |
| 52 | + let g:QFixToggle_Height = 12 |
| 53 | +< |
| 54 | +============================================================================== |
| 55 | +vim:textwidth=78:tabstop=8:noexpandtab:filetype=help |
0 commit comments