-
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathdefault.clifm
More file actions
344 lines (294 loc) · 17.1 KB
/
default.clifm
File metadata and controls
344 lines (294 loc) · 17.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
# Theme file for Clifm
# Theme name: clifm (16 colors). Check 'default-256' for a 256-color version.
# Author: L. Abramovich
# License: GPL2+
### How do we define colors?
#
# The FiletypeColors, InterfaceColors, and ExtColors options accept SGR sequences
# as color values (omit the initial escape character and the trailing 'm'), just
# like the LS_COLORS environment variable. Shortcuts are also supported for 8‑bit
# (256‑color) and 24‑bit (true‑color) specifications.
#
# 31 4-bit
# 38;5;160 8-bit
# @160 8-bit (short)
# 38;2;255;0;0 24-bit
# #ff0000 24-bit (short, HEX)
#
# A single attribute can be added to hex colors, and 256 colors (in the form @NUM),
# using a dash and an attribute number (#RRGGBB-[1-9] or @NUM-[1-9]), where 1-9 is:
#
# 1: Bold or increased intensity
# 2: Faint, decreased intensity or dim
# 3: Italic (not widely supported)
# 4: Underline
# 5: Slow blink
# 6: Rapid blink
# 7: Reverse video or invert
# 8: Conceal or hide (not widely supported)
# 9: Crossed-out or strike
#
# For example, for bold red the hex code is #ff0000-1, while the 256-colors code
# is @160-1.
#
# Note: For more information about SGR sequences consult
# https://en.wikipedia.org/wiki/ANSI_escape_code
### Use some variables to hold your color codes
#
# The 'define' keyword allows you to define up to 128 custom color variables.
# They can be used for:
# FiletypeColors
# InterfaceColors
# ExtColors
# DirIconColor
#
# For example;
#
# define FTYPE_DIR=@4-1
# FiletypeColors="di=FTYPE_DIR:..."
#
# Here we define 'FTYPE_DIR' as "@4-1", and then we use this color for directories,
# whose code is 'di' (see below).
### Xterm-like color names are also supported. For example, let's use DarkSeaGreen1
# for directories:
#
# di=DarkSeaGreen1
#
# Or, as a definition:
#
# define Green=DarkSeaGreen1
# di=Green
#
# Just as with hex colors, a single attribute can be added to color names.
# For example, 'DarkSeaGreen1-1' to get the bold version of this color.
#
# For the complete list of color names consult the manpage.
## Edit the value of the definitions below to change colors. For example, to change
# the color of directories to bold red: 'define FTYPE_DIR=@1-1'.
#=====================================#
# FILE TYPES #
#=====================================#
define FTYPE_DIR=1;34 # Directory
define FTYPE_EMPTY_DIR=2;34 # Empty directory
define FTYPE_DIR_NO_PERM=1;31 # Directory with no read permission (1)
define FTYPE_REG=0 # Regular file
define FTYPE_EMPTY_REG=2 # Empty regular file
define FTYPE_REG_NO_PERM= # Regular file with no read permission (1)
define FTYPE_EXEC=1;32 # Executable file
define FTYPE_EMPTY_EXEC=32 # Empty executable file
define FTYPE_LINK=1;36 # Symbolic link
define FTYPE_BROKEN_LINK=4;2;36 # Broken symbolic link
define FTYPE_MULTI_HLINK=7;36 # Multi-hardlink file
define FTYPE_BLK_DEV=1;33 # Block device
define FTYPE_CHR_DEV=1 # Char device
define FTYPE_FIFO=4;45;37 # FIFO/pipe
define FTYPE_SOCK=45;37 # Socket
define FTYPE_CAP=30;41 # File with capabilities
define FTYPE_DOOR=35 # Door (Solaris only)
define FTYPE_SUID=37;41 # SUID file
define FTYPE_SGID=30;43 # SGID file
define FTYPE_OW=34;40 # Other-writable
define FTYPE_STICKY_NOT_OW=37;44 # Sticky (not other-writable)
define FTYPE_STICKY_OW=37;42 # Sticky and other-writable
define FTYPE_UNKNOWN=4;31;47 # Unknown file type
define FTYPE_NON_STAT=4;2;37 # Non-stat'able file
# (1) If unset, the corresponding file type color is used and an
# exclamation mark is printed before the file name in the file list
# (provided icons are disabled -otherwise the lock icon is used- and
# clifm is not running in light mode -in light mode access checks are
# not performed). The color used for the exclamation mark is
# PROMPT_EXIT_FAILURE (see below).
#=====================================#
# PROPERTIES / LONG VIEW #
#=====================================#
define PROP_READ=33 # Read bit
define PROP_WRITE=31 # Write bit
define PROP_EXEC_DIR=36 # Execute bit (directories)
define PROP_EXEC_FILE=32 # Execute bit (files)
define PROP_SPECIAL=35 # SUID/SGID bit
define PROP_UID=35 # User ID
define PROP_GID=2;35 # Group ID
define PROP_SIZE= # Size (1)
define PROP_DATE= # Date (1)
define PROP_BLKS=33 # Used blocks
define PROP_INODE=36 # Inode number
define PROP_LINKS=31 # Number of file links
define PROP_OCTAL_PERM=36 # Permissions in octal
define PROP_DASH=2;37 # Dot separator and dash (unset bit)
define PROP_TIME_MARK= # Timestamp identification character (2)
# (1) If unset (default), color shades are used instead.
# See DateShades and SizeShades below.
# (2) If unset (default), a dimmed version of the current timestamp color is used.
#=====================================#
# INTERFACE #
#=====================================#
define IFACE_ELN=36 # ELNs (e.g. "12 myfile")
define IFACE_FILES_COUNTER=2;37 # Files counter (e.g. "dir/12")
define IFACE_DIV_LINE=2;37 # Dividing line
define IFACE_LINK_IND=1;36 # Symbolic link indicator ('@')
define IFACE_MISC_IND=1;36 # Miscellaneous indicator ("->")
define IFACE_TABCOMP_PREFIX=4;35 # Matching prefix (tab completion)
define IFACE_WELCOME_MSG=1;36 # Welcome message
define IFACE_TRUNC_CHAR=1;2;36 # Character used to mark truncated filenames ('~')
define IFACE_DEF_COLOR=0 # Default color
#=====================================#
# PROMPT #
#=====================================#
define PROMPT_TEXT=0 # Command line text color
define PROMPT_SEL=1;32 # Selected files indicator
define PROMPT_TRASH=1;36 # Trashed files indicator
define PROMPT_NOTICE=1;32 # Notice message indicator
define PROMPT_WARNING=1;33 # Warning message indicator
define PROMPT_ERR=1;31 # Error message indicator
define PROMPT_AUTOCMD=2;37 # Autocommand indicator
define PROMPT_READ_ONLY=1;34 # Read-only indicator
define PROMPT_STEALTH=1;34 # Stealth mode indicator
define PROMPT_EXIT_SUCCESS=32 # Success exit code
define PROMPT_EXIT_FAILURE=1;31 # Error exit code
#=====================================#
# WORKSPACE NUMBER/NAME #
#=====================================#
define WORKSPACE_1=34
define WORKSPACE_2=31
define WORKSPACE_3=33
define WORKSPACE_4=32
define WORKSPACE_5=36
define WORKSPACE_6=36
define WORKSPACE_7=36
define WORKSPACE_8=36
#=====================================#
# SUGGESTIONS #
#=====================================#
define SUG_HIST=2;37 # History
define SUG_FILE_NAME=4;2;36 # File names
define SUG_FILE_NAME_FUZZY=4;2;36 # File names (fuzzy)
define SUG_INT_CMD=2;32 # Internal command names and parameters
define SUG_EXT_CMD=2;36 # External command names
define SUG_BUILTIN=2;33 # Shell builtin names
define SUG_INT_CMD_DESC=2;37 # Internal commands description (e.g. "c (copy files)")
define SUG_POINTER=2;31 # Suggestions pointer (e.g. "12 > myfile")
#=====================================#
# SYNTAX HIGHLIGHTING #
#=====================================#
define HL_BRACKET=36 # Brackets: () [] {}
define HL_COMMENT=2;37 # Commented out text (starting with '#')
define HL_SLASH=36 # Slash
define HL_EXPANSION=36 # Expansion characters: * ~
define HL_NUMBER= # Number
define HL_PARAM=36 # Command parameters (e.g. "echo '-e'")
define HL_QUOTE=33 # Quoted text (single and double quotes)
define HL_REDIRECT=31 # Redirection characters: > <
define HL_PROC_SEP=32 # Process separators: | & ;
define HL_VAR=32 # Variable names: $FOO
define HL_WHACK=31 # Backslash (aka whack)
# NOTE: Exception made of PROP_SIZE and PROP_DATE, whenever a value is unset,
# the default value is used. To force it to use no color, set its value to zero.
# Example:
# define VAR=0
### Colors used for file names when listing files
FiletypeColors="bd=FTYPE_BLK_DEV:ca=FTYPE_CAP:cd=FTYPE_CHR_DEV:di=FTYPE_DIR:ed=FTYPE_EMPTY_DIR:ee=FTYPE_EMPTY_EXEC:ef=FTYPE_EMPTY_REG:ex=FTYPE_EXEC:fi=FTYPE_REG:ln=FTYPE_LINK:mh=FTYPE_MULTI_HLINK:nd=FTYPE_DIR_NO_PERM:nf=FTYPE_REG_NO_PERM:no=FTYPE_UNKNOWN:oo=FTYPE_DOOR:or=FTYPE_BROKEN_LINK:ow=FTYPE_OW:pi=FTYPE_FIFO:sg=FTYPE_SGID:so=FTYPE_SOCK:st=FTYPE_STICKY_NOT_OW:su=FTYPE_SUID:tw=FTYPE_STICKY_OW:uf=FTYPE_NON_STAT:"
### Colors for Clifm's interface elements
InterfaceColors="ac=PROMPT_AUTOCMD:db=PROP_BLKS:dd=PROP_DATE:de=PROP_INODE:df=IFACE_DEF_COLOR:dg=PROP_GID:dk=PROP_LINKS:dl=IFACE_DIV_LINE:dn=PROP_DASH:do=PROP_OCTAL_PERM:dp=PROP_SPECIAL:dr=PROP_READ:dt=PROP_TIME_MARK:du=PROP_UID:dw=PROP_WRITE:dxd=PROP_EXEC_DIR:dxr=PROP_EXEC_FILE:dz=PROP_SIZE:el=IFACE_ELN:em=PROMPT_ERR:fc=IFACE_FILES_COUNTER:hb=HL_BRACKET:hc=HL_COMMENT:hd=HL_SLASH:he=HL_EXPANSION:hn=HL_NUMBER:hp=HL_PARAM:hq=HL_QUOTE:hr=HL_REDIRECT:hs=HL_PROC_SEP:hv=HL_VAR:hw=HL_WHACK:lc=IFACE_LINK_IND:li=PROMPT_SEL:mi=IFACE_MISC_IND:nm=PROMPT_NOTICE:ro=PROMPT_READ_ONLY:si=PROMPT_STEALTH:sb=SUG_BUILTIN:sc=SUG_EXT_CMD:sd=SUG_INT_CMD_DESC:sf=SUG_FILE_NAME:sh=SUG_HIST:sp=SUG_POINTER:sx=SUG_INT_CMD:sz=SUG_FILE_NAME_FUZZY:ti=PROMPT_TRASH:ts=IFACE_TABCOMP_PREFIX:tt=IFACE_TRUNC_CHAR:tx=PROMPT_TEXT:wc=IFACE_WELCOME_MSG:wm=PROMPT_WARNING:ws1=WORKSPACE_1:ws2=WORKSPACE_2:ws3=WORKSPACE_3:ws4=WORKSPACE_4:ws5=WORKSPACE_5:ws6=WORKSPACE_6:ws7=WORKSPACE_7:ws8=WORKSPACE_8:xf=PROMPT_EXIT_FAILURE:xs=PROMPT_EXIT_SUCCESS:"
#=====================================#
# FILE EXTENSIONS #
#=====================================#
# Colors for specific file extensions (case insensitive). ExtColors can be used multiple times.
# ARCHIVES
define ARCHIVE=1;31 # Bold red
ExtColors="7z=ARCHIVE:alz=ARCHIVE:apk=ARCHIVE:arj=ARCHIVE:br=ARCHIVE:bz=ARCHIVE:bz2=ARCHIVE:bz3=ARCHIVE:cab=ARCHIVE:cpio=ARCHIVE:crate=ARCHIVE:deb=ARCHIVE:dmg=ARCHIVE:ear=ARCHIVE:esd=ARCHIVE:gz=ARCHIVE:img=ARCHIVE:iso=ARCHIVE:jar=ARCHIVE:lrz=ARCHIVE:lz=ARCHIVE:lz4=ARCHIVE:lzh=ARCHIVE:lzma=ARCHIVE:lzo=ARCHIVE:pyz=ARCHIVE:qcow=ARCHIVE:qcow2=ARCHIVE:rar=ARCHIVE:rpm=ARCHIVE:rz=ARCHIVE:sar=ARCHIVE:swm=ARCHIVE:tar=ARCHIVE:taz=ARCHIVE:tbz=ARCHIVE:tbz2=ARCHIVE:tgz=ARCHIVE:tlz=ARCHIVE:txz=ARCHIVE:tz=ARCHIVE:tzo=ARCHIVE:tzst=ARCHIVE:vcd=ARCHIVE:vdi=ARCHIVE:vhd=ARCHIVE:vhdx=ARCHIVE:vmdk=ARCHIVE:war=ARCHIVE:xbps=ARCHIVE:xz=ARCHIVE:z=ARCHIVE:zip=ARCHIVE:zst=ARCHIVE:"
# AUDIO FILES
define AUDIO=36 # Cyan
ExtColors="aac=AUDIO:ac3=AUDIO:aif=AUDIO:aifc=AUDIO:aiff=AUDIO:alac=AUDIO:ape=AUDIO:au=AUDIO:cue=AUDIO:flac=AUDIO:m4a=AUDIO:m4b=AUDIO:mid=AUDIO:midi=AUDIO:mka=AUDIO:mp2=AUDIO:mp3=AUDIO:mpga=AUDIO:oga=AUDIO:ogg=AUDIO:opus=AUDIO:pcm=AUDIO:ra=AUDIO:spx=AUDIO:wav=AUDIO:wma=AUDIO:wv=AUDIO:"
# SOURCE FILES
define CODE=1;33 # Bold yellow
ExtColors="applescript=CODE:asm=CODE:awk=CODE:bash=CODE:bat=CODE:c=CODE:c++=CODE:cc=CODE:clj=CODE:cp=CODE:cpp=CODE:cs=CODE:csx=CODE:cxx=CODE:d=CODE:dart=CODE:di=CODE:el=CODE:elm=CODE:erl=CODE:ex=CODE:exs=CODE:f=CODE:f90=CODE:fish=CODE:for=CODE:fs=CODE:fsi=CODE:fsx=CODE:gd=CODE:gleam=CODE:go=CODE:gradle=CODE:groovy=CODE:gvy=CODE:h=CODE:h++=CODE:hh=CODE:hpp=CODE:hs=CODE:hxx=CODE:inc=CODE:inl=CODE:ino=CODE:ipynb=CODE:java=CODE:jl=CODE:js=CODE:jsx=CODE:kt=CODE:kts=CODE:lhs=CODE:lisp=CODE:lua=CODE:m=CODE:ml=CODE:mli=CODE:mm=CODE:nim=CODE:p=CODE:pas=CODE:php=CODE:pl=CODE:pm=CODE:pod=CODE:pp=CODE:ps1=CODE:psd1=CODE:psm1=CODE:purs=CODE:py=CODE:r=CODE:rb=CODE:rs=CODE:scala=CODE:sh=CODE:swift=CODE:t=CODE:tcl=CODE:tsx=CODE:twig=CODE:v=CODE:vala=CODE:vb=CODE:zig=CODE:zsh=CODE:"
# DOCUMENTS
define DOC=1 # Bold
ExtColors="abw=DOC:csv=DOC:doc=DOC:docx=DOC:eml=DOC:gdoc=DOC:numbers=DOC:odg=DOC:odp=DOC:ods=DOC:odt=DOC:pages=DOC:pps=DOC:ppt=DOC:pptm=DOC:pptx=DOC:rtf=DOC:sla=DOC:txt=DOC:xls=DOC:xlsx=DOC:"
# EBOOKS
define EBOOK=1 # Bold
ExtColors="azw=EBOOK:azw3=EBOOK:cbz=EBOOK:djv=EBOOK:djvu=EBOOK:epub=EBOOK:fb2=EBOOK:kf8=EBOOK:kfx=EBOOK:mobi=EBOOK:oxps=EBOOK:pdf=EBOOK:ps=EBOOK:xps=EBOOK:"
# IMAGES
define IMAGE=35 # Magenta
ExtColors="ai=IMAGE:avif=IMAGE:bmp=IMAGE:cgm=IMAGE:eps=IMAGE:exr=IMAGE:fts=IMAGE:gif=IMAGE:hdr=IMAGE:heic=IMAGE:heif=IMAGE:ico=IMAGE:j2c=IMAGE:j2k=IMAGE:jfi=IMAGE:jfif=IMAGE:jif=IMAGE:jp2=IMAGE:jpe=IMAGE:jpeg=IMAGE:jpf=IMAGE:jpg=IMAGE:jps=IMAGE:jpx=IMAGE:jxl=IMAGE:kra=IMAGE:mng=IMAGE:ora=IMAGE:pbm=IMAGE:pcx=IMAGE:pgm=IMAGE:png=IMAGE:pnm=IMAGE:ppm=IMAGE:psd=IMAGE:pxm=IMAGE:qoi=IMAGE:svg=IMAGE:svgz=IMAGE:tga=IMAGE:tif=IMAGE:tiff=IMAGE:webp=IMAGE:xcf=IMAGE:xpm=IMAGE:xwd=IMAGE:"
# RAW IMAGES
define RAW=35 # Magenta
ExtColors="arw=RAW:cr2=RAW:cr3=RAW:dng=RAW:nef=RAW:orf=RAW:raf=RAW:rw2=RAW:rwl=RAW:"
# MARKUP FILES
define MARKUP=1;33 # Same as CODE
ExtColors="css=MARKUP:htm=MARKUP:html=MARKUP:ltx=MARKUP:markdown=MARKUP:md=MARKUP:mdown=MARKUP:rss=MARKUP:rst=MARKUP:sass=MARKUP:scss=MARKUP:sgml=MARKUP:shtml=MARKUP:tex=MARKUP:xbel=MARKUP:xhtml=MARKUP:xml=MARKUP:xmp=MARKUP:xsd=MARKUP:xsl=MARKUP:xslt=MARKUP:"
# TEMPORARY FILES
define TEMP=2;37 # Dimmed white
ExtColors="bak=TEMP:bk=TEMP:bkp=TEMP:cache=TEMP:class=TEMP:crdownload=TEMP:hi=TEMP:la=TEMP:lo=TEMP:lock=TEMP:log=TEMP:o=TEMP:old=TEMP:orig=TEMP:part=TEMP:pid=TEMP:pyc=TEMP:pyd=TEMP:pyo=TEMP:rej=TEMP:rlib=TEMP:rmeta=TEMP:swp=TEMP:tmp=TEMP"
# VIDEO FILES
define VIDEO=1;35 # Bold magenta
ExtColors="3gp=VIDEO:3gpp=VIDEO:asf=VIDEO:avi=VIDEO:flv=VIDEO:h264=VIDEO:m2ts=VIDEO:m2v=VIDEO:m4v=VIDEO:mkv=VIDEO:mov=VIDEO:mp4=VIDEO:mpeg=VIDEO:mpg=VIDEO:ogm=VIDEO:ogv=VIDEO:qt=VIDEO:rm=VIDEO:swf=VIDEO:vob=VIDEO:webm=VIDEO:wmv=VIDEO:"
#=====================================#
# COLOR SHADES #
#=====================================#
### TIMESTAMPS ###
# The format is: "COLOR-TYPE,ERROR,SHADE1,SHADE2,SHADE3,SHADE4,SHADE5"
#
# COLOR-TYPE is one of: 1 (4-bit: 8 colors), 2 (8-bit: 256 colors), 3 (24-bit: truecolor)
# ERROR is the color used to print bad values
# SHADEn is the color used for the shade N
#
# The meaning of each date shade is (in order, excluding COLOR-TYPE and ERROR):
# hour, day, weak, month, older
#
# For 4-bit colors (1), valid colors are in the range 30-37
# For 8-bit colors (2), valid colors are in the range 0-255
# For 24-bit colors (3), valid colors have this format: #RRGGBB
#
# An attribute (0-9) can be added to any color (either ERROR or SHADE) using a dash.
# For example:
# "34-1" -> "bold blue" (4-bit colors notation)
# "226-2" -> "dimmed yellow" (8-bit colors notation)
# "#ffaff00-4" -> "underlined orange" (24-bit colors notation)
DateShades="1,31-2,37,37-2,36-1,36,36-2"
#DateShades="2,196-2,231,253,250,247,244"
#DateShades="3,#ff0000-2,#ffffff,#dadada,#bcbcbc,#9e9e9e,#808080"
#NOTE: For DateShades to work, the 'dd' color code (solid color for dates) needs to be unset (default).
### FILE SIZES ###
# The meaning of each size shade is (in order, excluding COLOR-TYPE and ERROR):
# byte, Kb, Mb, Gb, bigger
SizeShades="1,31-2,36,32,33,31,35"
#SizeShades="2,196-2,43,112,227,214,202"
#SizeShades="3,#ff0000-2,#00d7af,#87d700,#ffff5f,#ffaf00,#ff5f00"
#NOTE: For SizeShades to work, the 'dz' color code (solid color for sizes) needs to
# be unset (default).
# If icons are enabled, use this color for directories icon (only for
# icons-in-terminal and Nerd-fonts). Defaults to yellow.
#define DIR_ICON_COLOR=@3
#DirIconColor=DIR_ICON_COLOR
#=====================================#
# PROMPT STYLE #
#=====================================#
# The prompt used by Clifm. Use the 'prompt' command to check for available
# prompts. Enter 'prompt --help' for more information.
# You can use here either prompt codes (see the prompts.clifm file for details)
# or a prompt name defined in the prompts file.
Prompt="clifm"
# Override prompt values (as defined in the prompts file).
#Prompt=""
#Notifications=
#EnableWarningPrompt=
#WarningPrompt=""
# The string used to construct the line dividing the list of files and
# the prompt (Unicode is supported). Possible values:
# "0": Print an empty line.
# "C": C is a single character. This character will be printed up to the
# end of the screen.
# "CC": 2 or more chars. Only these characters (and no more) will be printed.
# "": Print a special line drawn with box-drawing characters (not supported
# by all terminals/consoles).
# The color of this line is controlled by the 'dl' code in InterfaceColors.
DividingLine="-"
#=====================================#
# FZF #
#=====================================#
# If the fzf tab completion mode is enabled, pass these options to fzf:
FzfTabOptions="--color='16,prompt:6,fg+:-1,pointer:4,hl:2,hl+:2,gutter:-1,marker:2,border:7:dim' --marker='*' --bind tab:accept,right:accept,left:abort,alt-p:toggle-preview,change:top,alt-up:preview-page-up,alt-down:preview-page-down --tiebreak=begin --inline-info --layout=reverse-list --preview-window=wrap,border-left"
# Same options, but colorless.
#FzfTabOptions="--color='bw' --marker='*' --bind tab:accept,right:accept,left:abort,alt-p:toggle-preview,change:top,alt-up:preview-page-up,alt-down:preview-page-down --tiebreak=begin --inline-info --layout=reverse-list --preview-window=wrap,border-left"
# For more information consult the fzf manpage.