Mercurial > dotfiles
comparison pentadactylrc @ 249:efff5f3e72bb
Fixes for one of my keyboards.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 24 Dec 2014 17:14:18 -0800 |
parents | 6d520cf84974 |
children | e74cfc5d3040 |
comparison
equal
deleted
inserted
replaced
248:142625660e60 | 249:efff5f3e72bb |
---|---|
49 map -builtin -modes=i,c <C-v> <C-v><C-v> | 49 map -builtin -modes=i,c <C-v> <C-v><C-v> |
50 | 50 |
51 " Quickly open some dialogs | 51 " Quickly open some dialogs |
52 nmap -builtin ,b :downloads<cr> | 52 nmap -builtin ,b :downloads<cr> |
53 | 53 |
54 " On keyboards like the Leopold FC660C, for some obscure reason, the | |
55 " <Insert> key sends the <Help> ID. WTF. | |
56 noremap <Help> <Insert> | |
57 | |
58 # DDG FTW | |
54 set defsearch=duckduckgo | 59 set defsearch=duckduckgo |
55 | 60 |
56 " Super minimal UI | 61 " Super minimal UI |
57 "set toolbars=noaddons,nobookmarks,nomenu,nonavigation,notabs | 62 "set toolbars=noaddons,nobookmarks,nomenu,nonavigation,notabs |
58 | 63 |