-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.vimperatorrc
52 lines (36 loc) · 1011 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
45
46
47
48
49
50
51
52
" NOTE
" Single quotes '' do not work, use "" double quotes
" ---
" Number tabs
set tabnumbers
" Ctrl+A fix
inoremap <C-a> <C-Home><C-S-End>
" tabs, navigation
set toolbars=none
" Auto-complete everything
" set complete=bfhlsSt
" Set vim as external editor
set editor='vim -f'
" Set DGG as the default search and suggest engine
set defsearch=duckduckgo
set suggestengines=duckduckgo
" Search options
set incsearch
set hlsearch
set ignorecase
set smartcase
" Previous page in history
nnoremap <S-j> :tabprevious<CR>
" Next page in history
nnoremap <S-k> :tabnext<CR>
nmap <Tab><Tab> :buffer!
" Do not close the window when the last tab is closed.
set! browser.tabs.closeWindowWithLastTab=false
" Homepage
set! browser.startup.homepage="https:/en.wikipedia.org/wiki/Portal:Current_events"
" Use "Firefox" instead of the default "Vimperator" string in window titles.
" set titlestring="Firefox"
set titlestring="Firefox / Vimperator"
colorscheme solarized_dark
" Semicolon to command
nnoremap ; :