-
Notifications
You must be signed in to change notification settings - Fork 0
/
.vimperatorrc
44 lines (32 loc) · 932 Bytes
/
.vimperatorrc
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
" Ctrl-a
inoremap <C-a> <Insert><C-a><Insert>
" link to letters not numbers
set hintchars=hjklasdfgyuiopqwertnmzxcvb
" no urlbar
set gui=nonavigation
" Items which are completed at the :open prompts.
" just location bar entries
set complete=l
" show tab numbers
set tn
" better scrolling
noremap j 5j
noremap k 10k
" default search/suggest engine: google
set defsearch=google
" don't focus any "input" elements automatically when open pages.
"set focuscontent
ignorekeys add bolcom.hipchat.com
ignorekeys add docs.google.com
" don't touch some common shortcuts
" Normal Mode Mappings
nnoremap <C-f> /
nnoremap <C-w> :tabclose<CR>
"nnoremap <C-c> <C-v><C-c>
"nnoremap <C-v> <C-v><C-v>
"nnoremap <C-x> <C-v><C-x>
" Insert Mode Mappings
"inoremap <C-c> <C-v><C-c>
"inoremap <C-v> <C-v><C-v>
"inoremap <C-x> <C-v><C-x>
js services.services.autoCompleteSearch.class_="@mozilla.org/autocomplete/search;1?name=unifiedcomplete"