-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxresources
More file actions
59 lines (51 loc) · 1.37 KB
/
Copy pathxresources
File metadata and controls
59 lines (51 loc) · 1.37 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
URxvt.perl-ext-common: ...,font-size,clipboard
URxvt.scrollBar : false
URxvt.font : xft:DejaVu Sans Mono:pixelsize=11:antialias=false
URxvt.termName : xterm-256color
! vim: ft=xdefaults
URxvt*background: #151515
URxvt*foreground: #888888
! black
URxvt*color0: #1C1C1C
URxvt*color8: #404040
! red
URxvt*color1: #B85335
URxvt*color9: #CF6A4C
! green
URxvt*color2: #799D6A
URxvt*color10: #99AD6A
! yellow
URxvt*color3: #FFB964
URxvt*color11: #FAD07A
! blue
URxvt*color4: #667899
URxvt*color12: #8197BF
! magenta
URxvt*color5: #8787AF
URxvt*color13: #C6B6EE
! cyan
URxvt*color6: #668799
URxvt*color14: #8FBFDC
! white
URxvt*color7: #888888
URxvt*color15: #E8E8D3
!URxvt.keysym.C-Up: perl:font-size:increase
!URxvt.keysym.C-Down: perl:font-size:decrease
URxvt.keysym.C-S-Up: perl:font-size:incglobal
URxvt.keysym.C-S-Down: perl:font-size:decglobal
URxvt.perl-ext: default,matcher
URxvt.url-launcher: google-chrome
URxvt.matcher.button: 1
URxvt.keysym.Shift-Control-C: perl:clipboard:copy
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
URxvt.iso14755: False
! Scrollback in pagers
Rxvt.secondaryScreen: 1
URxvt.secondaryScroll: 0
URxvt.secondaryWheel: 1
URxvt.resize-font.smaller: C-Down
URxvt.resize-font.bigger: C-Up
! Jump words in plain term
URxvt.keysym.Control-Left: \033[1;5D
URxvt.keysym.Control-Right: \033[1;5C
! Jump words in tmux