aboutsummaryrefslogtreecommitdiff
path: root/.config/Vieb/viebrc
blob: 450961633bd60671afacdb7c557e56fccf77ab8b (plain) (blame)
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
" Options
set adblocker=update
set cache=clearonquit
" set noclearcookiesonquit
set nocleardownloadsoncompleted
set nocleardownloadsonquit
" set noclearhistoryonquit
" set noclearlocalstorageonquit
" set noclosablepinnedtabs
set commandhist=useronly
set containercolors=temp\d+~#ff0
set containerkeeponreopen
set containernewtab=s:usecurrent
set containershowname=automatic
set containersplitpage=s:usecurrent
set containerstartuppage=main
set countlimit=100
set devtoolsposition=split
set downloadmethod=confirm
set downloadpath=~/Downloads/
set explorehist
set externalcommand=
set favicons=session
set favoritepages=
set firefoxmode=always
set follownewtabswitch
set fontsize=16
set guifullscreennavbar=oninput
set guifullscreentabbar=onupdate
set guihidetimeout=2000
set guinavbar=always
set guitabbar=always
set ignorecase
set incsearch
set keeprecentlyclosed
set mapsuggest=9000000000000000
set mapsuggestposition=topright
set maxmapdepth=10
set menupage=elementasneeded
set menuvieb=both
set mintabwidth=250
set modifiers=
set modifiers+=Ctrl
set modifiers+=Shift
set modifiers+=Alt
set modifiers+=Meta
set modifiers+=NumLock
set modifiers+=CapsLock
set modifiers+=ScrollLock
set mouse
set nomousefocus
set mousenewtabswitch
set mousevisualmode=onswitch
set nativenotification=never
set notificationduration=6000
set nonotificationforpermissions
set notificationposition=bottomright
set permissioncamera=ask
set permissionclipboardread=block
set permissionclosepage=allow
set permissiondisplaycapture=ask
set permissionfullscreen=allow
set permissiongeolocation=block
set permissionmediadevices=allow
set permissionmicrophone=ask
set permissionmidi=block
set permissionmidisysex=block
set permissionnotifications=block
set permissionopenexternal=ask
set permissionpersistentstorage=allow
set permissionpointerlock=block
set permissionsallowed=
set permissionsasked=
set permissionsblocked=
set permissionscreenwakelock=block
set permissionsensors=block
set permissionunknown=block
set noquitonlasttabclose
set redirects=https?://(www\.)?google\.com(\.\w+)?/amp/s/amp\.(.*)~https://$3
set redirecttohttp
set requesttimeout=20000
set norestoretabs
set restorewindowmaximize
set restorewindowposition
set restorewindowsize
set search=https://searx.be/search?q=%s
set searchwords=
set showcmd
set smartcase
set spell
set spelllang=system
set splitbelow
set nosplitright
set startuppages=
set storenewvisits=pages
set suggestcommands=9000000000000000
set suggestorder=
set suggestorder+=history
set suggestorder+=searchword
set suggestorder+=file
set suggesttopsites=10
set suspendonrestore=regular
set suspendtimeout=0
set tabclosefocusright
set tabcycle
set tabnexttocurrent
set taboverflow=scroll
set tabreopenposition=previous
set timeout
set timeoutlen=1000
set vimcommand=nvim
set windowtitle=title

" Mappings
map <C-j> <:downloads>
map <C-k> <toExploreMode>
map <C-t> <openNewTab><toExploreMode>
map <F5> <reload>
map <F12> <:devtools>
map <C-PageUp> <previousTab>
map <C-PageDown> <nextTab>
map <C-F4> <:close>
map <C-F5> <reloadWithoutCache>
map <C-h> <:history>
map <C-l> <toExploreMode>
map <C-p> <:hardcopy>
map <C-q> <:quit>
map <C-s> <:write>
map <C-Tab> <nextTab>
map <C-S-PageUp> <moveTabBackward>
map <C-S-PageDown> <moveTabForward>
map <C-S-Tab> <previousTab>
map <C-I> <:devtools>
map <C-T> <reopenTab>
map <C-Y> <:downloads>
map <A-Left> <backInHistory>
map <A-Right> <forwardInHistory>
map <A-0> <:b 9999>
map <A-1> <:b 0>
map <A-2> <:b 1>
map <A-3> <:b 2>
map <A-4> <:b 3>
map <A-5> <:b 4>
map <A-6> <:b 5>
map <A-7> <:b 6>
map <A-8> <:b 7>
map <A-9> <:b 8>
cmap <F6> <toExploreMode>
cmap <F7> <p.start>
cmap <C-f> <toSearchMode>
cmap <Up> <commandHistoryPrevious>
cmap <Down> <commandHistoryNext>
emap <F6> <toNormalMode>
emap <F7> <p.start>
emap <C-f> <toSearchMode>
emap <Up> <prevSuggestion>
emap <Down> <nextSuggestion>
fmap <F6> <toExploreMode>
fmap <F7> <p.start>
fmap <C-f> <toSearchMode>
imap <F6> <toExploreMode>
imap <F7> <p.start>
imap <C-f> <toSearchMode>
mmap <F6> <toExploreMode>
mmap <F7> <p.start>
mmap <C-f> <toSearchMode>
nmap <C-f> <toSearchMode>
nmap <Up> <scrollUp>
nmap <Down> <scrollDown>
nmap <Left> <scrollLeft>
nmap <Right> <scrollRight>
nmap <PageUp> <scrollPageUp>
nmap <PageDown> <scrollPageDown>
nmap <Home> <scrollTop>
nmap <End> <scrollBottom>
nmap <F3> <toSearchMode><nextSearchMatch>
nmap <S-F3> <toSearchMode><previousSearchMatch>
nmap <C-g> <toSearchMode><nextSearchMatch>
nmap <C-G> <toSearchMode><previousSearchMatch>
nmap <F6> <toExploreMode>
nmap <F7> <p.start>
pmap <F6> <toExploreMode>
pmap <F7> <toNormalMode>
pmap <C-f> <toSearchMode>
smap <F6> <toExploreMode>
smap <F7> <p.start>
smap <C-f> <toSearchMode>
smap <F3> <nextSearchMatch>
smap <C-g> <nextSearchMatch>
smap <S-F3> <previousSearchMatch>
smap <C-G> <previousSearchMatch>
vmap <F6> <toExploreMode>
vmap <F7> <toNormalMode>
vmap <C-f> <p.searchText>

" Commands
colorscheme default

" Viebrc generated by Vieb
" vim: ft=vim