Mercurial > dotfiles
view pentadactylrc @ 231:6d520cf84974
Fastmail changed their domain.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 25 Oct 2014 17:33:04 -0700 |
parents | db627a19f1e2 |
children | 7f9afeff086f efff5f3e72bb |
line wrap: on
line source
" Config for Pentadactyl " Scroll faster nmap -builtin h 3h nmap -builtin j 3j nmap -builtin k 3k nmap -builtin l 3l " Scroll easier nmap -builtin d <C-d> nmap -builtin e <C-u> " Close tab with `x` since `d` is for scrolling down now nmap -builtin x :bd<cr> " Don't close the window with the last tab. set! browser.tabs.closeWindowWithLastTab=false " Change tabs without awkward `CTRL` combinations nmap -builtin J :tabprevious<cr> nmap -builtin K :tabnext<cr> " Reorder tabs nmap -builtin > :tabmove! +1<cr> nmap -builtin < :tabmove! -1<cr> "New tab using the old classic way nmap -builtin <C-t> :tabnew<cr> " Use `i` to get into pass-through mode, " `I` for temporary pass-through mode, " and `c` for the 'caret' mode. nmap -builtin i <C-z> nmap -builtin I <C-v> nmap -builtin c i " Shortcuts for common extensions nmap -builtin ,f i<D-\> nmap -builtin ,p <S-Esc><A-D-\> nmap -builtin ,b I<A-b> " Use and quickly hide search highlighting set hlfind nmap -builtin ,<Space> :noh<cr> " Aw come on, copy/pasting is ridiculous by default. map -builtin -modes=i,c,v <C-c> <C-v><C-c> map -builtin -modes=i,c <C-x> <C-v><C-x> map -builtin -modes=i,c <C-v> <C-v><C-v> " Quickly open some dialogs nmap -builtin ,b :downloads<cr> set defsearch=duckduckgo " Super minimal UI "set toolbars=noaddons,nobookmarks,nomenu,nonavigation,notabs " Websites with useful keyboard shortcuts already set passkeys+=fastmail.com:jkomxeyga#.rupn,/,<S-g>m,<S-g>c,<S-g>a set passkeys+=feedly.com:jkgvnpm set passkeys+=groups.google.com:jkuonp " vim: ft=vim