blob: 962d3d2da81463cb170e9b0a59cbd808fb400d3a (
plain)
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
|
set selection-clipboard "clipboard"
set incremental-search "true"
set guioptions "shv"
set default-fg "#9e9e9e"
set default-bg "#0e0e0e"
set recolor-darkcolor "#b2b2b2"
set recolor-lightcolor "#080808"
set statusbar-fg "#b2b2b2"
set statusbar-bg "#080808"
set inputbar-fg "#9e9e9e"
set inputbar-bg "#080808"
set notification-fg "#c8ccd4"
set notification-bg "#282c34"
set notification-error-fg "#ff5454"
set notification-error-bg "#080808"
set notification-warning-fg "#e3c78a"
set notification-warning-bg "#080808"
set highlight-color "#e5c07b"
set highlight-active-color "#ff5454"
set completion-fg "#80a0ff"
set completion-bg "#080808"
set completion-highlight-fg "#080808"
set completion-highlight-bg "#80a0ff"
set index-fg "#9e9e9e"
set index-bg "#080808"
set index-active-fg "#080808"
set index-active-bg "#8cc85f"
set recolor "true"
set recolor-keephue "false"
set synctex "true"
set syntex-editor-command "nvr --remote +%line %file""
map <C-s> feedkeys ":write /home/yigit/Downloads/toPrint/toPrint_staging<Return>"
|