Mercurial > dotfiles
comparison vimperator/vimperatorrc @ 343:f5847cdffc21
Vimperator fixes and tweaks.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 01 Feb 2016 20:46:13 -0800 |
parents | 4888e2f3bc1d |
children | 13e897e6a813 |
comparison
equal
deleted
inserted
replaced
342:2567818b6397 | 343:f5847cdffc21 |
---|---|
11 | 11 |
12 " DDG FTW | 12 " DDG FTW |
13 set defsearch=duckduckgo | 13 set defsearch=duckduckgo |
14 | 14 |
15 " Website that have good keyboard shortcuts | 15 " Website that have good keyboard shortcuts |
16 ignorekeys add -except=<>JKt: fastmail.com | 16 ignorekeys add -except=<,>,J,K,t,: fastmail.com |
17 ignorekeys add -except=<>JKt: feedbin.com | 17 ignorekeys add -except=<,>,J,K,t,: feedbin.com |
18 | 18 |
19 " Don't close the window with the last tab. | 19 " Don't close the window with the last tab. |
20 set! browser.tabs.closeWindowWithLastTab=false | 20 set! browser.tabs.closeWindowWithLastTab=false |
21 | 21 |
22 | 22 |
48 | 48 |
49 " On keyboards like the Leopold FC660C, for some obscure reason, the | 49 " On keyboards like the Leopold FC660C, for some obscure reason, the |
50 " <Insert> key sends the <Help> ID. WTF. | 50 " <Insert> key sends the <Help> ID. WTF. |
51 nnoremap <Help> <Insert> | 51 nnoremap <Help> <Insert> |
52 | 52 |
53 " Go back to previous tab. | |
54 nnoremap <F2> :buffer #<cr> | |
53 " Toggle tabs. | 55 " Toggle tabs. |
54 nnoremap <F3> :set gui=invtabs<cr> | 56 nnoremap <F3> :set gui=invtabs<cr> |
57 " Toggle navbar. | |
58 nnoremap <F4> :set gui=invnavigation<cr> | |
55 | 59 |
56 " vim: ft=vim | 60 " vim: ft=vim |