forked from garybernhardt/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxterm-color-table.txt
56 lines (34 loc) · 1.7 KB
/
xterm-color-table.txt
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
All 256 xterm colors with their RGB equivalents! *XtermColorTable*
___ __) ) ___ ______)
(, |/ (__/_____) /) (, / /) /)
| _/_ _ __ ____ / ___// _____ / _ (/_ // _
) /|_ (___(/_/ (_/ / /_ (_/ (_)(/_(_)/ (_ ) / (_(_/_) (/__(/_
(_/ (______) (_/
guns <[email protected]>
==============================================================================
Commands
*:XtermColorTable*
:XtermColorTable Create a new buffer, or open an existing buffer
*SXtermColorTable*
:SXtermColorTable Same, but (re)open in a split window
*VXtermColorTable*
:VXtermColorTable Same, but (re)open in a vertical split window
*TXtermColorTable*
:TXtermColorTable Same, but (re)open in a new tab
*EXtermColorTable*
:EXtermColorTable Same, but (re)open in current window
*OXtermColorTable*
:OXtermColorTable Same, but (re)open and make it the only window
==============================================================================
Options
*g:XtermColorTableDefaultOpen*
The default window opening command used by |:XtermColorTable|
>
let g:XtermColorTableDefaultOpen = 'split'
==============================================================================
Mappings *XtermColorTable-mappings*
While in the XtermColorTable buffer,
- Press <t> to toggle RGB text visibility *XtermColorTable-t*
- Press <f> to set RGB text to current color *XtermColorTable-f*
- Press <#> to yank current color (shortcut for yiw) *XtermColorTable-#*
vim:tw=78:sw=8:ts=8:sts=8:noet:ft=help:norl: