read_prompt: return static allocated buffer; move out exec mode setup
[tig] / tigrc.5.txt
CommitLineData
cb7f42cd
JF
1tigrc(5)
2========
3
4NAME
5----
6tigrc - tig user configuration file
7
2bc4f7bd 8
cb7f42cd
JF
9SYNOPSIS
10--------
11[verse]
12.............................................................................
2bc4f7bd
JF
13*set* variable *=* value
14*bind* keymap key action
15*color* area fgcolor bgcolor [attributes]
cb7f42cd
JF
16.............................................................................
17
2bc4f7bd 18
cb7f42cd
JF
19DESCRIPTION
20-----------
cb7f42cd 21
2bc4f7bd
JF
22You can permanently set an option by putting it in the `~/.tigrc` file. The
23file consists of a series of 'commands'. Each line of the file may contain
24only one command.
cb7f42cd 25
2bc4f7bd
JF
26The hash mark ('#') is used as a 'comment' character. All text after the
27comment character to the end of the line is ignored. You can use comments to
28annotate your initialization file.
cb7f42cd 29
cb7f42cd 30
2bc4f7bd
JF
31Set command
32-----------
cb7f42cd 33
2bc4f7bd
JF
34A few selective variables can be configured via the set command. The syntax
35is:
cb7f42cd 36
2bc4f7bd
JF
37[verse]
38..............................................................................
39 *set* variables *=* value
40..............................................................................
cb7f42cd 41
2bc4f7bd 42Examples:
cb7f42cd 43
2bc4f7bd
JF
44--------------------------------------------------------------------------
45 set show-rev-graph = yes # Show revision graph?
46 set line-number-interval = 5 # Interval between line numbers
47 set tab-size = 8 # Number of spaces pr tab
48 set encoding = "UTF-8" # Commit encoding
49--------------------------------------------------------------------------
cb7f42cd 50
2bc4f7bd 51The type of variables are either bool, int, and string.
cb7f42cd 52
2bc4f7bd 53Valid bool values::
cb7f42cd 54
2bc4f7bd
JF
55 To set a bool variable to true use either "1", "true", or "yes".
56 Any other value will set the variable to false.
cb7f42cd 57
2bc4f7bd 58Valid int values::
cb7f42cd 59
2bc4f7bd 60 A non-negative integer.
cb7f42cd 61
2bc4f7bd 62Valid string values::
cb7f42cd 63
2bc4f7bd 64 A string of characters. Optionally, use either ' or " as delimiters.
cb7f42cd 65
2bc4f7bd
JF
66Variables
67~~~~~~~~~
cb7f42cd 68
2bc4f7bd 69The following variables can be set:
cb7f42cd 70
2bc4f7bd 71'show-rev-graph' (bool)::
cb7f42cd 72
2bc4f7bd
JF
73 Show revision graph in the main view on startup. Can be toggled with
74 'g'.
cb7f42cd 75
2bc4f7bd 76'line-number-interval' (int)::
cb7f42cd 77
2bc4f7bd
JF
78 Interval between line numbers. Note, you have to toggle on line
79 numbering with 'n' or the `-n` command line option. The default is to
80 number every line.
cb7f42cd 81
2bc4f7bd 82'tab-size' (int)::
cb7f42cd 83
2bc4f7bd 84 Number of spaces per tab. The default is 8 spaces.
cb7f42cd 85
2bc4f7bd 86'commit-encoding' (string)::
cb7f42cd 87
2bc4f7bd
JF
88 The encoding used for commits. The default is UTF-8. Not this option
89 is shadowed by the "i18n.commitencoding" option in `.git/config`.
cb7f42cd 90
cb7f42cd 91
2bc4f7bd
JF
92Bind command
93------------
cb7f42cd 94
2bc4f7bd
JF
95Using bind commands keys can be mapped to an action when pressed in a given
96key map. The syntax is:
cb7f42cd 97
2bc4f7bd
JF
98[verse]
99..............................................................................
100 *bind* 'keymap' 'key' 'action'
101..............................................................................
102
103Examples:
104
105--------------------------------------------------------------------------
106 # A few keybindings
107 bind main w scroll-line-up
108 bind main s scroll-line-down
109 bind main space enter
110 bind diff a previous
111 bind diff d next
112 bind diff b move-first-line
113--------------------------------------------------------------------------
114
115Keys are mapped by first searching the keybindings for the current view, then
116the keybindings for the *generic* keymap, and last the default keybindings.
117Thus, the view keybindings shaddow the generic keybindings which shaddow the
118built-in keybindings.
119
120--
121
122Keymaps::
123
124Valid keymaps are: *main*, *diff*, *log*, *help*, *pager*, and *generic*. Use
125*generic* to set key mapping in all keymaps.
126
127Key values::
128
129Key values should never be quoted. Use either the ASCII value or one of the
130following symbolic key names. Symbolic key names are case insensitive, Use
131*Hash* to bind to the `#` key, since the hash mark is used as a comment
132character.
133
134*Enter*, *Space*, *Backspace*, *Tab*, *Escape*, *Left*, *Right*, *Up*, *Down*,
135*Insert*, *Delete*, *Hash*, *Home*, *End*, *PageUp*, *PageDown*, *F1*, *F2*, *F3*,
136*F4*, *F5*, *F6*, *F7*, *F8*, *F9*, *F10*, *F11*, *F12*.
137
138Action names::
139
140Valid action names are described below. Note, all names are
141case-insensitive, and you may use '-', '_', and '.' interchangeably,
142e.g. "view-main", "View.Main", and "VIEW_MAIN" are the same.
143
144--
145
146Actions
147~~~~~~~
148
149ifdef::backend-xhtml11[]
150[frame="none"]
151`-----------------------`-----------------------------------------------------
152endif::backend-xhtml11[]
765595f3 153View switching:
2bc4f7bd
JF
154------------------------------------------------------------------------------
155view-main Show main view
156view-diff Show diff view
157view-log Show log view
158view-help Show help page
159view-pager Show pager view
160------------------------------------------------------------------------------
161
162ifdef::backend-xhtml11[]
163[frame="none"]
164`-----------------------`-----------------------------------------------------
165endif::backend-xhtml11[]
765595f3 166View manipulation:
2bc4f7bd
JF
167------------------------------------------------------------------------------
168enter Enter current line and scroll
169next Move to next
170previous Move to previous
171view-next Move focus to next view
172view-close Close the current view
173quit Close all views and quit
174------------------------------------------------------------------------------
175
176ifdef::backend-xhtml11[]
177[frame="none"]
178`-----------------------`-----------------------------------------------------
179endif::backend-xhtml11[]
765595f3 180Cursor navigation:
2bc4f7bd
JF
181------------------------------------------------------------------------------
182move-up Move cursor one line up
183move-down Move cursor one line down
184move-page_down Move cursor one page down
185move-page_up Move cursor one page up
186move-first_line Move cursor to first line
187move-last_line Move cursor to last line
188------------------------------------------------------------------------------
189
190ifdef::backend-xhtml11[]
191[frame="none"]
192`-----------------------`-----------------------------------------------------
193endif::backend-xhtml11[]
765595f3 194Scrolling:
2bc4f7bd
JF
195------------------------------------------------------------------------------
196scroll-line_up Scroll one line up
197scroll-line_down Scroll one line down
198scroll-page_up Scroll one page up
199scroll-page_down Scroll one page down
200------------------------------------------------------------------------------
201
202ifdef::backend-xhtml11[]
203[frame="none"]
204`-----------------------`-----------------------------------------------------
205endif::backend-xhtml11[]
765595f3 206Misc:
2bc4f7bd
JF
207------------------------------------------------------------------------------
208prompt Bring up the prompt
209screen-update Update the screen
210screen-redraw Redraw the screen
211screen-resize Resize the screen
212show-version Show version information
213stop-loading Stop all loading views
214toggle-lineno Toggle line numbers
215toggle-rev_graph Toggle revision graph visualization
216------------------------------------------------------------------------------
217
218
219Color command
220-------------
cb7f42cd 221
2bc4f7bd
JF
222Color commands control highlighting and the user interface styles. If your
223terminal supports color, these commands can be used to assign foreground and
224backgound combinations to certain areas. Optionally, an attribute can be given
225as the last parameter. The syntax is:
226
227[verse]
228..............................................................................
229 *color* 'area' 'fgcolor' 'bgcolor' '[attributes]'
230..............................................................................
cb7f42cd 231
2bc4f7bd 232Examples:
cb7f42cd 233
2bc4f7bd 234------------------------------------------------------------------------------
cb7f42cd
JF
235 # Diff colors
236 color diff-header yellow default
237 color diff-index blue default
238 color diff-chunk magenta default
2bc4f7bd
JF
239 # A strange looking cursor line
240 color cursor red default underline
cb7f42cd
JF
241 # UI colors
242 color title-blur white blue
243 color title-focus white blue bold
2bc4f7bd
JF
244------------------------------------------------------------------------------
245
246Area names::
247
248 Valid area names are described below. Note, all names are
249 case-insensitive, and you may use '-', '_', and '.' interchangeably,
250 e.g. "Diff-Header", "DIFF_HEADER", and "diff.header" are the same.
251
252Color names::
253
254 Valid colors include: *white*, *black*, *green*, *magenta*, *blue*,
255 *cyan*, *yellow*, *red*, *default*. Use *default* to refer to the
256 default terminal colors.
257
258Attribute names::
259
260 Valid attributes include: *normal*, *blink*, *bold*, *dim*, *reverse*,
261 *standout*, and *underline*. Note, not all attributes may be supported
262 by the terminal.
263
264
265UI colors
266~~~~~~~~~
267
268--
269
270Status window colors::
271
272Appearance of the bottom window showing info messages.
273
274*status*
275
276Title window colors::
277
278Appearence of the title windows when they are attached
279to any backgrounded windows and the current window.
280
281*title-blur*, *title-focus*
282
283Cursor line colors::
284
285*cursor*
286
287Main view specific::
288
289Appearance of the various columns in the main view, including the '~' used for
290delimiting long author names and labels for tag and branch references.
291
292*main-date*, *main-author*, *main-commit*, *main-delim*, *main-tag*,
293*main-ref*
294
295--
296
297Highlighting
298~~~~~~~~~~~~
299
300The colors and attributes for text that is not highlighted can be controlled
301by changing the *default* color option.
302
303--
304
305Diff markup::
306
307Options concerning diff start, chunks and lines added and deleted.
308
309*diff-header*, *diff-chunk*, *diff-add*, *diff-del*
310
311Enhanced git diff markup::
312
313Extra diff information emitted by the git diff machinery, such as mode
314changes, rename detection, and similarity.
315
316*diff-oldmode*, *diff-newmode*, *diff-copy-from*, *diff-copy-to*,
317*diff-rename-from*, *diff-rename-to*, *diff-similarity* *diff-dissimilarity*
318*diff-tree*, *diff-index*
319
320Pretty print commit headers::
321
322Commit diffs and the revision logs are usually formatted using pretty printed
323headers , unless `--pretty=raw` was given. This includes lines, such as merge
324info, commit ID, and author and comitter date.
325
326*pp-author*, *pp-commit*, *pp-merge*, *pp-date*, *pp-adate*, *pp-cdate*
327
328Raw commit header::
329
330Usually shown when `--pretty=raw` is given, however 'commit' is pretty much
331omnipresent.
332
333*commit*, *parent*, *tree*, *author*, *committer*
334
335Commit message::
336
337For now only `Signed-off-by` lines are colorized.
338
339*signoff*
340
341--
342
343COPYRIGHT
344---------
345Copyright (c) 2006 Jonas Fonseca <fonseca@diku.dk>
346
347Licensed under the terms of the GNU General Public License.
cb7f42cd
JF
348
349SEE ALSO
350--------
e664e260 351gitlink:tig[1] and the http://jonas.nitro.dk/tig/manual.html[tig manual].