-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cvimrc
More file actions
29 lines (23 loc) · 692 Bytes
/
.cvimrc
File metadata and controls
29 lines (23 loc) · 692 Bytes
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
set scalehints
set linkanimations
set dimhintcharacters
let configpath = '/home/aron/.cvimrc'
set localconfig
set showtabindices
set completeonopen
set sortlinkhints
let barposition = "bottom"
let mapleader = ","
command g tabnew google
map <Leader>r reloadTabUncached
map <C-u> scrollPageUp
map <C-d> scrollPageDown
map <C-m> lastUsedTab
map <Leader><Space> clearSearchHighlight
map b :tabnew&
map d closeTab
map u lastClosedTab
let searchengine y = ["https://www.youtube.com", "https://www.youtube.com/results?search_query=%s"]
let searchengine w = ["https://en.wikipedia.org", "https://pt.wikipedia.org/wiki/%s"]
let completionengines = ["google", "y"]
let searchalias g = "google"